Re: [Lazarus] Mysql version

2024-08-15 Thread Michael Van Canneyt via lazarus
On Thu, 15 Aug 2024, Larry Dalton via lazarus wrote: I am running Lazarus 3.2 on Windows 11. I am using MySql version 8.0.39. I am using a single form test program, with only one unit. My components are: InventoryConnection = TMysql80Connection InventoryQuery = TSqlQuery with InventoryConnect

Re: [Lazarus] Mysql version

2024-08-15 Thread Larry Dalton via lazarus
When I do that, everything works at design time, but then I get runtime error ‘Server connect failed’ On Thu, Aug 15, 2024 at 14:58 Goran Atanasijevic via lazarus < lazarus@lists.lazarus-ide.org> wrote: > Hi, > > you can use workaround > > InventoryConnection.SkipLibraryVersionCheck:=true; > > I

Re: [Lazarus] Mysql version

2024-08-15 Thread Goran Atanasijevic via lazarus
Hi, you can use workaround InventoryConnection.SkipLibraryVersionCheck:=true; I did that when Lazarus didn't read correctly MySQL 5.5 with matching dll version. Best, Goran On Thursday, 15 August 2024 at 06:25:51 pm GMT+2, Larry Dalton via lazarus wrote: I am running Lazarus 3.2

[Lazarus] Mysql version

2024-08-15 Thread Larry Dalton via lazarus
I am running Lazarus 3.2 on Windows 11. I am using MySql version 8.0.39. I am using a single form test program, with only one unit. My components are: InventoryConnection = TMysql80Connection InventoryQuery = TSqlQuery with InventoryConnection as database InventorySource =Tdatasource with Inventory