ftAutoInc problem with TUniQuery
Posted: Sat 20 May 2017 21:07
Hello,
Using Delphi 10.2 Tokyo, UniDAC 7.0.2, SQL Server 2012 Express 64bit.
I have below line
which raise an error
Is there a way/workaround to identify my id database field as an autoincrement field type?
Thanks & regards,
Ertan
Using Delphi 10.2 Tokyo, UniDAC 7.0.2, SQL Server 2012 Express 64bit.
I have below line
Code: Select all
UniQuery1.DataTypeMap.AddFieldNameRule('id', ftAutoInc);
Code: Select all
Unsupported field type: 14.
Thanks & regards,
Ertan