Re: [Lazarus] Dbnavigator won't post to MSACESS db

2023-12-10 Thread LacaK via lazarus
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

Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Mehmet Erol Sanliturk via lazarus
( 1 ) Please notice statement 3 : 1 unit UITypes 2 {$IF FPC_FULLVERSION >= 30200} 3 deprecated 'Use System.UITypes instead (available since FPC 3.2.0)'; ( 2 ) Present form of this unit is defective : 2 {$IF FPC_FULLVERSION >= 30200} ... ( A ) 57 {$ELSE} ... ( B ) 90 {$ENDIF} ( A ) and ( B

Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Bo Berglund via lazarus
On Sun, 10 Dec 2023 20:10:38 +0300, Mehmet Erol Sanliturk via lazarus wrote: >There is a statement > > 90 {$ENDIF} > >Its outside of {$IFDEF } is not listed . >It is very likely that > >mrNone..mrLast > >values are defined outside of ( IFDEF , ENDIF ) pairs . > Below is the full text of that

Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Bo Berglund via lazarus
On Sun, 10 Dec 2023 20:01:15 +0300, Maxim Ganetsky via lazarus wrote: >> So I am using the self-compiled fpc 3.2.3 to build Lazarus 2.2.6 and it fails >> during build with the following exit message (only end of output shown): >This combination of FPC and Lazarus won't work. You should use head

Re: [Lazarus] Dbnavigator won't post to MSACESS db

2023-12-10 Thread Larry Dalton via lazarus
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

Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Mehmet Erol Sanliturk via lazarus
There is a statement 90 {$ENDIF} Its outside of {$IFDEF } is not listed . It is very likely that mrNone..mrLast values are defined outside of ( IFDEF , ENDIF ) pairs . Mehmet Erol Sanliturk On Sun, Dec 10, 2023 at 7:59 PM Bo Berglund via lazarus < lazarus@lists.lazarus-ide.org>

Re: [Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Maxim Ganetsky via lazarus
10.12.2023 19:51, Bo Berglund via lazarus пишет: I am setting up my new RPi3B with 64 bit Pi-OS Bookworm and have now come to FreePascal/Lazarus. Freepascal is built from sources (trunk of 3.2.3) using a seed compiler 3.2.2 earlier obtained as an apt install on an RPi4B also running Pi-OS 64

[Lazarus] Lazarus 2.2.6 on Raspberry Pi5B, error during build

2023-12-10 Thread Bo Berglund via lazarus
I am setting up my new RPi3B with 64 bit Pi-OS Bookworm and have now come to FreePascal/Lazarus. Freepascal is built from sources (trunk of 3.2.3) using a seed compiler 3.2.2 earlier obtained as an apt install on an RPi4B also running Pi-OS 64 bit Bookworm. On this new system I want to build

Re: [Lazarus] Dbnavigator won't post to MSACESS db

2023-12-10 Thread 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

Re: [Lazarus] Dbnavigator won't post to MSACESS db

2023-12-10 Thread Larry Dalton via lazarus
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

Re: [Lazarus] Dbnavigator won't post to MSACESS db

2023-12-10 Thread Michael Van Canneyt via lazarus
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: