Search found 3 matches
- 12.05.2023, 15:49
- Forum: Documentations
- Topic: Systematic comprehensive documentation for Zeoslib
- Replies: 1
- Views: 927
Systematic comprehensive documentation for Zeoslib
I am just starting to use Zeoslib with Lazarus/FreePascal and therefore need some help! I have some Pascal books, which give some general help for database applications in Lazarus. A lot of this I can apply to Zeos. I have also looked at the tutorials at https://lazarus.intern.ws/zeos_components_laz...
- 11.05.2023, 20:36
- Forum: Downloads
- Topic: Where is the Zeos 7.3 version?
- Replies: 6
- Views: 5562
Re: Where is the Zeos 7.3 version?
Is there any update on when version 8.0 will be released? Am I correct that the latest generally available version is still version 7.2?
Thank you!
Bruce
Thank you!
Bruce
- 04.05.2023, 16:56
- Forum: MySQL
- Topic: Connect to external MySql database with TLS
- Replies: 4
- Views: 915
Re: Connect to external MySql database with TLS
Just in case this helps anyone else, I am connecting to a remote MySQL 8.0 database using SSL. On the server, I have set up a remote user for whom SSL is required. Using Zeoslib with Lazarus/Free Pascal (from Windows 11 Pro 64-bit), I have set up a connection with the libmariadb.dll connector. When ...