property Required
Posted: Tue 15 Jan 2008 10:03
Hello,
I try to get fields information from a MySQL table with a TMyTable object.
I correctly get Name, Size, Type... but not Required property
It always return False ! whereas I have fields with "NOT NULL" checked in my table.
MySQL server version 5.0.37
MyDAC 5.20.0.13 for Delphi 7
I try to get fields information from a MySQL table with a TMyTable object.
I correctly get Name, Size, Type... but not Required property
Code: Select all
myTable.FieldDefs.Items[i].RequiredMySQL server version 5.0.37
MyDAC 5.20.0.13 for Delphi 7