Search found 7 matches

by iLLiCiT
05.03.2009, 09:51
Forum: MySQL
Topic: Problem... (mysql has gone away..)
Replies: 10
Views: 2673

i am having the same problems. I'm using ZEos lib with D7 and Mysql 4.0 connecting using libmysql50.dll (This is done due to soon-to-come mylsq update reasons). After some time, the connection is droped with the same error message. I even try to connect before each database action but the error stil...
by iLLiCiT
20.01.2009, 08:35
Forum: Off Topic
Topic: Detect Mysql Version
Replies: 2
Views: 22992

I've had a lot of trouble using different version dll with different version of mysql. More handshake problems, some out of range exceptions etc. but all go away if i match the version of protocol - dll - mysql. What you are proposing could work. For this to work, the sysadmins of the servers should...
by iLLiCiT
19.01.2009, 15:51
Forum: Off Topic
Topic: Detect Mysql Version
Replies: 2
Views: 22992

Detect Mysql Version

Hi to all... I've developed several internal apps for a company, using Zeos Lib (a big thanks to the devteam 4 making this possible). The company is using mysql4.0 server and the only way it hasn't upgraded yet is due to the other software limitations. Now that the rest of the software got updated a...
by iLLiCiT
02.03.2007, 15:38
Forum: MySQL
Topic: MySQL5 - Stored procedures
Replies: 17
Views: 8489

call NEUER_KUNDE(:MATCH, :KDNUMMER) I think you should try something like call NEUER_KUNDE(:MATCH, @VARIABLE); SELECT @VARIABLE; I've read this somewhere... but i still cannot find a solution regarding my problem. using CLIENT_MULTI_STATEMENTS=1 i'm able to accept multiple results. if i try while n...
by iLLiCiT
02.03.2007, 15:31
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: MySQL 5 stored procedures and ZEOSDBO beta
Replies: 16
Views: 6029

hello
i also have a similar problem.
I pass this parameter show that i do not receive an error, but how do i browse through the different results?
by iLLiCiT
02.03.2007, 10:13
Forum: Feature Requests
Topic: MySQL 5
Replies: 19
Views: 7422

I've been seeing the code some users provided above, i'll might go into and try applying these changes, but i cannot see any function or procedure that will help me actually receive multiple resultsets. If someone has managed this, can you please guide me to the right direction? I'm working on a com...
by iLLiCiT
27.02.2007, 12:34
Forum: Feature Requests
Topic: MySQL 5
Replies: 19
Views: 7422

I think that after one year, get multiple results should be clear, especially for mysql5. Can you please point me to the right direction to get results from multiple returned results (returned from a mysql stored procedure)?

Zeos 6.6.0 beta - Delphi7