MetaData for GUID field

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for SQL Server in Delphi and C++Builder
Post Reply
dmgarcia
Posts: 8
Joined: Tue 01 Jun 2010 14:10
Location: Brasil

MetaData for GUID field

Post by dmgarcia » Thu 28 Oct 2010 12:14

Hi guys I was trying to get metadata information for an GUID field but it came as string and not an Unique Identifier.

Any tips ?

AndreyZ

Post by AndreyZ » Fri 29 Oct 2010 11:33

Hello,

The point is that dbExpress creates TStringField (size=38) for the UniqueIdentifier fields instead of TGuidField. Please explain in more details what metadata information you need.

Post Reply