From:
<car...@te...> - 2004-04-28 07:54:11
|
Hello: >The only issue is reading from Firebird into the .NET provider as it will "think" a GUID is a Firebird TEXT type. The way for the provider to distinguish that the data coming across is a guid is for the provider to check the size. If the data is TEXT by and size is 16 then assume a GUID and convert the byte stream to a GUID -- wal-la! > That is what i was thinking you are doing for implement it, but that isn't a real solution as people can have a CHAR(16) field that isn't used for Guid ;) -- Best regards Carlos Guzmán Álavrze Vigo-Spain |