Problem with Uniqueidentifier Field in MSSQL

In this forum we will discuss things relating the ZEOSLib 6.6.x stable versions

Moderators: gto, EgonHugeist

Post Reply
ephillipe
Fresh Boarder
Fresh Boarder
Posts: 1
Joined: 16.09.2009, 04:25

Problem with Uniqueidentifier Field in MSSQL

Post 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?
WorldWalker
Junior Boarder
Junior Boarder
Posts: 25
Joined: 10.10.2009, 18:57

Post 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!
Post Reply