Hi Jan,
I installed and compiled the last svn version of Zeos 7.2. Same behavior but error occurs now at line 792.
Regards,
Radu G.
Search found 4 matches
- 06.09.2019, 15:28
- Forum: Lazarus / Freepascal
- Topic: Lazarus 2.0.4, ZeosLib 7.2.4 and MariaDB
- Replies: 4
- Views: 714
- 05.09.2019, 18:25
- Forum: Lazarus / Freepascal
- Topic: Lazarus 2.0.4, ZeosLib 7.2.4 and MariaDB
- Replies: 4
- Views: 714
Re: Lazarus 2.0.4, ZeosLib 7.2.4 and MariaDB
Hi Jan, Thank you for your answer! This is actually a very simple application. The table structure is : DROP TABLE IF EXISTS `table_downloads`; /*!40101 SET @saved_cs_client = @@character_set_client */; /*!40101 SET character_set_client = utf8 */; CREATE TABLE `table_downloads` ( `DOWNLOAD_GUID` var...
- 05.09.2019, 12:07
- Forum: Lazarus / Freepascal
- Topic: Lazarus 2.0.4, ZeosLib 7.2.4 and MariaDB
- Replies: 1
- Views: 373
Lazarus 2.0.4, ZeosLib 7.2.4 and MariaDB
Hi, This is my first attempt to use Lazarus 2.0.4 (Win 10 64bit) with ZeosLib. I'm trying to create an application to manage an MariaDB/MySQL database. With little success so far. I can use TZStoredProc and TZTable without problems but when I try to use TZQuery or TZReadOnlyQuery the program freezes...
- 05.09.2019, 11:12
- Forum: Lazarus / Freepascal
- Topic: Lazarus 2.0.4, ZeosLib 7.2.4 and MariaDB
- Replies: 4
- Views: 714
Lazarus 2.0.4, ZeosLib 7.2.4 and MariaDB
Hi, This is my first attempt to use Lazarus 2.0.4 (Win 10 64bit) with ZeosLib. I'm trying to create an application to manage an MariaDB/MySQL database. With little success so far. I can use TZStoredProc and TZTable without problems but when I try to use TZQuery or TZReadOnlyQuery the program freezes...