Page 1 of 1

Problem with Uniqueidentifier Field in MSSQL

Posted: 16.09.2009, 04:31
by ephillipe
Hi, I get last download version of component and try read a table in MSSQL. My table has one field with Uniqueidentifier and when I run a select with Zeus Query, this field s created with a TBlobField. I need read this field as a String field.

Do you can help-me?

Posted: 12.10.2009, 18:08
by WorldWalker
Hi,
Blobs and strings are two different data types; blobs are for binary large objects that means images, files etc... and strings are varriable chars like "hello", so can't do that!