05-09-2007 11:42 AM - edited 05-09-2007 11:42 AM
Message Edited by darloc on 05-09-2007 11:43 AM
05-09-2007 11:59 AM - edited 05-09-2007 11:59 AM
Message Edited by smercurio_fc on 05-09-2007 11:59 AM
07-29-2010 10:11 AM
I have a related problem where ToString converts the Unicode Source String to ASCII. nVarChar becomes VarChar.
Any Idea how to override the ToString Method to return proper datatype?
07-30-2010 10:52 AM
Can you please clarify what you are doing and what problems you are seeing? What ToString method are you using?
Something to keep in mind, Unicode is not really supported in LabVIEW, so this is probably why you are seeing problems with it. Check out this neat little community document for some pointers on using Unicode in LabVIEW.
Finally, I might suggest creating a new thread for this. The thread you replied to is > 3 years old and not as likely to get responses from others on the forums as a new thread, especially since its a very loosely related problem.
01-31-2012 11:26 AM
Has a newer method of reading the .NET DataTable class emerged by now? I am developing a SOAP webservice client. The flat table approach above works on my tables, but sure seems like a workaround to me.
02-01-2012 05:17 PM
Hi aartjan!
My name is Peter and I am in the Applications Engineering Department at NI.
Unfortunately, there isn't a newer (and better) method of reading the DataTable class than the one mentioned above.
You are welcome to offer this as a suggestion to our developers at our Idea Exchange forum to request this to be added in future releases of LabVIEW.
02-03-2012 03:36 AM
Thanks. I needed to know. Isn't it so that SOAP webservices are always built with .NET and pretty much always yield this datatable datatype?