03-04-2014 06:50 PM
Hello, I'm working on a Stored Procedure called from Labview but I have a problem when I set a String Parameter greater than 11440 characters.
I tried by executing this SP from SQL Server Query Window and it runs ok even when I input a bigger string. but when I do it from Labview I get the following Error:
I attach the VI that call's Stored Procedure.
Hope you can help me.
03-04-2014 10:13 PM
03-12-2014 09:49 AM
Hello lenin_7,
As Dennis says, this error comes from the ODBC driver and not from LabVIEW, I found some Microsoft links that might help you with this issue:
http://code.activestate.com/lists/perl-win32-users/17716/
Hope this information works for you!