LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW crashes when Executed Query ( SQL )

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

0 Kudos
Message 1 of 4
(3,052 Views)

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>   ---'


0 Kudos
Message 2 of 4
(3,043 Views)

It crashes when it reaches "_Recordset Open" in Rec Create - Command.vi

 

0 Kudos
Message 3 of 4
(3,035 Views)

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>   ---'


0 Kudos
Message 4 of 4
(3,022 Views)