TUniMetadata and Field Types

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
FarshadV
Posts: 22
Joined: Sat 31 Jan 2009 21:55

TUniMetadata and Field Types

Post by FarshadV » Mon 25 Oct 2010 19:17

Is there a document which helps me convert Data_Type values returned from TUniMetaData to Actual Field Types based on the server?

I am using SQL Server 2008, and I get various numeric values.


Thanks in advance,

Farshad R. Vossoughi

AndreyZ

Post by AndreyZ » Tue 26 Oct 2010 12:49

Hello,

You can find this information in MSDN by the following link: http://msdn.microsoft.com/en-us/library ... S.85).aspx

FarshadV
Posts: 22
Joined: Sat 31 Jan 2009 21:55

Post by FarshadV » Tue 26 Oct 2010 12:53

Hello,

Thank you very much for the answer.

Do you know if there are other sites, and/or documents which provide similar data for other engines supported by UniDAC?

Best Regards,

Farshad R. Vossoughi

AndreyZ

Post by AndreyZ » Wed 27 Oct 2010 09:28

This information is server-specific and you can find it in manuals for each particular database server.

Post Reply