12-18-2009 05:25 PM
12-18-2009 07:28 PM
12-18-2009 07:29 PM
12-21-2009 12:20 PM
All fields are defined as text in the SQL database. Attached is the VI that I am using for debugging the issue. For some reason I can't get the variant array to "remember" the default valves. I even made a constant from the results but that didn't work either.
12-21-2009 01:16 PM
12-21-2009 02:34 PM
12-21-2009 08:14 PM
12-22-2009 07:54 AM
Hi all,
Just quickly read through this post and noticed you have set some of your table columns to data type text. I have had this same issue, if you change your columns to nchar(1000) your data will be returned correctly. It appears because text columns are dynamic (I think!), LabVIEW does not allocate enough/any memory to store data returned.
As said I have had this before atleast twice on different systems now. I assume the same behaviour will occur using data type blob etc.
Thanks,
Steve
12-22-2009 08:39 AM - edited 12-22-2009 08:40 AM