Search found 5 matches

by doctor
13.01.2008, 23:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error during execution SQL Queries
Replies: 8
Views: 2697

Before it, I used libmysql40.dll.
It was an error, probably.
by doctor
11.01.2008, 23:50
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error during execution SQL Queries
Replies: 8
Views: 2697

I have downloaded the
ZEOSLIB_TESTING_REV329.zip file, then I have copied the libmysql50.dll do directory with an executable file.

Regards
by doctor
11.01.2008, 17:45
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error during execution SQL Queries
Replies: 8
Views: 2697

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...
by doctor
11.01.2008, 02:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error during execution SQL Queries
Replies: 8
Views: 2697

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...
by doctor
11.01.2008, 02:24
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Error during execution SQL Queries
Replies: 8
Views: 2697

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...