Board index » delphi » ADO+Access=>"Inaccessible value" after "Append"
Rick Winterton
![]() Delphi Developer |
Fri, 20 Jun 2003 23:44:34 GMT
ADO+Access=>"Inaccessible value" after "Append"
I am using ADO Express to connect with a Microsoft Access database. The
database contains several tables, and I am attempting to add data into one of them. This is an outline of my code: function ADO_Access.RecordExists(const ID: integer): boolean; procedure ADO_Access.AddRecord(const ID: integer); procedure ADO_Access.AddData(ID: integer; Data: MasterDataRec): boolean; DBData.Edit; If the "AddRecord" procedure has been called, access to the database appears By the way, in the "AddRecord" procedure, the value that is written to the Thanks in advance. Rick Winterton |