Search found 1 match

by hiwrz
Fri 11 Mar 2022 11:31
Forum: SQL Server Data Access Components
Topic: Proper translation from MS data type to TFieldType
Replies: 1
Views: 8494

Proper translation from MS data type to TFieldType

Hi,

is it possible that I get a demo on how to get TFieldType from MS data type name as string? I am on SDAC 7.3, Delphi Seattle.

For example I've got string "int" and want to get "ftInteger".

Code: Select all

select name from sys.types where system_type_id = 56
Thanks in advance