Board index » delphi » SQL Server, Delphi5, Identity fields....
b
![]() Delphi Developer |
Sat, 27 Dec 2003 21:52:11 GMT
SQL Server, Delphi5, Identity fields....
Hi,
never worked with SQL7 and identity fields before.... [using Delphi 5 (ttable, tquery) for development] I created tables with Identity fields. I created the relationships. All is good. I created a form, that has three grids, tables, datasources, and all the when I try to insert a record I get one of the following, mutually-exclusive 1) inserting as defined/understood [no value is supplied for the Ident 2) inserting with a supplied Ident field value [well, I had to try it ;-)]; Also, I can execute an INSERT query, which generates a good record.... no ??????? TIA, [email especially appreciated] |