Search found 7 matches
- 05.03.2009, 09:51
- Forum: MySQL
- Topic: Problem... (mysql has gone away..)
- Replies: 10
- Views: 2707
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...
- 20.01.2009, 08:35
- Forum: Off Topic
- Topic: Detect Mysql Version
- Replies: 2
- Views: 23066
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...
- 19.01.2009, 15:51
- Forum: Off Topic
- Topic: Detect Mysql Version
- Replies: 2
- Views: 23066
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...
- 02.03.2007, 15:38
- Forum: MySQL
- Topic: MySQL5 - Stored procedures
- Replies: 17
- Views: 8558
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...
- 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: 6117
- 02.03.2007, 10:13
- Forum: Feature Requests
- Topic: MySQL 5
- Replies: 19
- Views: 7488
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...
- 27.02.2007, 12:34
- Forum: Feature Requests
- Topic: MySQL 5
- Replies: 19
- Views: 7488