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