Board index » delphi » ADO Append Method doesnt work :-( D5 MSSQL2000
Klaus Gollin
![]() Delphi Developer |
Sun, 14 Aug 2005 18:26:44 GMT
ADO Append Method doesnt work :-( D5 MSSQL2000
Hello,
I am using Delphi 5 with ADO and I need to append Records to a table. This is what I defined, but when I call Append I receive error, that the Thanks in advance Klaus ADOConnectOpenView.ConnectionString := ADODataSetCommitment := TADODataSet.Create (self); ADODataSetCommitment.CommandType := cmdTable; try |