[Lazarus] Dbnavigator won't post to MSACESS db

Larry Dalton larrydalton71 at gmail.com
Fri Dec 8 23:19:39 CET 2023


 I am using lazarus v2.2.6 on Windows 11.
The form uses the following components:
  MBCCGator: TDBNavigator;
   MBCCGrid: TDBGrid;
   MBCCSource: TDataSource;
   MBCC_Connector: TODBCConnection;
   MBCCQuery: TSQLQuery;
   MBCC_Trans: TSQLTransaction;    MBCCQuery: TSQLQuery;
   also includes several TDBEdits.

   It connects to an MSAccess Database, with a table named MBCC_2023.
  I have no trouble accessing the database, and reading the records. I can
use MBCCGator to navigate the database. However, it will NOT post a new
record or a changed record to the  table. I don't get any error codes. It
just won't  store. Help is requested.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.lazarus-ide.org/pipermail/lazarus/attachments/20231208/2661f958/attachment.htm>


More information about the lazarus mailing list