In my written code, yes. And I have no problems writing to the table
that way. But using the Dbnavigator post button won’t work.
Then I suspect that is your problem.
The Dbnavigator post button only does a post, never ApplyUpdates and
transaction commit.
The ApplyUpdates can be automa
Yes
Sent from my iPhone
> On Dec 10, 2023, at 09:42, Larry Dalton wrote:
>
> In my written code, yes. And I have no problems writing to the table that
> way. But using the Dbnavigator post button won’t work.
> Sent from my iPhone
>
>> On Dec 10, 2023, at 03:29, Michael Van Canneyt via lazarus
On Sun, 10 Dec 2023, Larry Dalton via lazarus wrote:
In my written code, yes. And I have no problems writing to the table that way.
But using the Dbnavigator post button won’t work.
Then I suspect that is your problem.
The Dbnavigator post button only does a post, never ApplyUpdates and
tr
In my written code, yes. And I have no problems writing to the table that way.
But using the Dbnavigator post button won’t work.
Sent from my iPhone
> On Dec 10, 2023, at 03:29, Michael Van Canneyt via lazarus
> wrote:
>
>
>
>> On Fri, 8 Dec 2023, Larry Dalton via lazarus wrote:
>>
>> I am
On Fri, 8 Dec 2023, Larry Dalton via lazarus wrote:
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: TSQLTransacti
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 sever