07-01-2015 10:40 AM
Hi,
I try to execute a stored procedure on our company server and all the time I execute the command LabVIEW crashes.
The good thing is, it only crashes when everything is working right. So i at least know i did everything right.
I tryed with sending the hard coded command and with creating parameterized query.
Is this a problem with our database or a known problem with labview ?
Greetings
Uwe
07-01-2015 11:01 AM
Can you use highlight execution to figure out which node in the code causes the crash?
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'
07-01-2015 11:26 AM
It crashes when it reaches "_Recordset Open" in Rec Create - Command.vi
07-01-2015 11:35 AM
It's probably a problem with the ActiveX properties and methods that you're using and not related to LabVIEW at all.
I found this article that might help you try a few workarounds even though it wasn't a crash, just a delay.
This guy changed an input to True and fixed his crash when he was using the Open method of recordset.
Cheers
--------, Unofficial Forum Rules and Guidelines ,--------
'--- >The shortest distance between two nodes is a straight wire> ---'