Before it, I used libmysql40.dll.
It was an error, probably.
Search found 5 matches
- 13.01.2008, 23:31
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Error during execution SQL Queries
- Replies: 8
- Views: 2731
- 11.01.2008, 23:50
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Error during execution SQL Queries
- Replies: 8
- Views: 2731
- 11.01.2008, 17:45
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Error during execution SQL Queries
- Replies: 8
- Views: 2731
Thanks a lot mdaems , Program works properly now :D :D You are great. When I copied the dll to the project directory, no errors is shows. When I will make an official version of the program I have 2 possibilities to load libmySQL50.dll driver: -copy the library to systems32/drivers -dynamic load the...
- 11.01.2008, 02:40
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Error during execution SQL Queries
- Replies: 8
- Views: 2731
Login and passwords to database is good, sure. When I use ZTable, I didn;t write any SQL query, but I set Connection parameter in ZTable compoenent on ZConnection, then I try set ZTable Active feature on true. But then is message 'column with name extra was not found'. My Zeos version: ZEOSDBO-6.6.2...
- 11.01.2008, 02:24
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Error during execution SQL Queries
- Replies: 8
- Views: 2731
Error during execution SQL Queries
Hi all, I have installed Mysql 5 server on localhost and C++ Builder 6 as programming environment.The database is named 'test', the table is named 'tasks'. Table 'tasks' has 3 fields: id, city and zip-code. I want to build a simple sql application. I placed on form the following components: ZConnect...