Search found 3 matches
- 21.01.2015, 17:49
- Forum: ZeosLib 7.1 stable Forum
- Topic: Can't find or not loadable dynamic library file (libmysql.dll)
- Replies: 1
- Views: 2556
Can't find or not loadable dynamic library file (libmysql.dll)
I am working with MySQL server and Zeoslib with Delphi. My program can remotely connect to the MySQL database but not locally. When I run my program locally on my test machine (64Bit Windows 8 ) , it keeps raising the following error - "None of the dynamic libraries can be found or not loadable...
- 11.11.2014, 14:37
- Forum: SQLite
- Topic: Zeoslib doesn't release the Database file after disconnect.
- Replies: 3
- Views: 2051
Re: Zeoslib doesn't release the Database file after disconne
Hello, Thank you for your reply.
I am using 7.1.2 STABLE release.
Is there a latest version that works?
I am using 7.1.2 STABLE release.
Is there a latest version that works?
- 10.11.2014, 21:04
- Forum: SQLite
- Topic: Zeoslib doesn't release the Database file after disconnect.
- Replies: 3
- Views: 2051
Zeoslib doesn't release the Database file after disconnect.
I don't understand what is going on. I thought that when you connected to the database dummy.db file through TZConnection tool, you always stayed connected until you disconnected from it. However, no matter what I do once I connect to a database file, it remains connected even though I call disconne...