Search found 15 matches
- 15.05.2009, 23:07
- Forum: 6.6 - stable
- Topic: Stored Procedured and "Lost Connection during query...&
- Replies: 7
- Views: 960
- 15.05.2009, 19:41
- Forum: 6.6 - stable
- Topic: Stored Procedured and "Lost Connection during query...&
- Replies: 7
- Views: 960
- 14.05.2009, 08:28
- Forum: 6.6 - stable
- Topic: Stored Procedured and "Lost Connection during query...&
- Replies: 7
- Views: 960
Hello I have a Function that makes the queries and checks for error (and tries it 10 times... ) with a code like this: form1.ZQuery1.sql.clear; form1.ZQuery1.Sql.Add ('CALL ......'); form1.zquery1.open; While NOT form1.ZQuery1.Eof do BEGIN ..... END; I wondered because it works with the error in big...
- 13.05.2009, 23:31
- Forum: 6.6 - stable
- Topic: Stored Procedured and "Lost Connection during query...&
- Replies: 7
- Views: 960
- 13.05.2009, 23:09
- Forum: 6.6 - stable
- Topic: Stored Procedured and "Lost Connection during query...&
- Replies: 7
- Views: 960
- 13.05.2009, 22:47
- Forum: 6.6 - stable
- Topic: Stored Procedured and "Lost Connection during query...&
- Replies: 7
- Views: 960
Stored Procedured and "Lost Connection during query...&
Hello! I've two Problems.... 1. I use Stored Procedures with resultsets on mysql 5.1. All of them works fine but with one Problem. If the Resultset of the first calles Procedure is bigger than 88 Lines (in the case of this Procedure) the NEXT call will give me a "Lost Connection during query&qu...
- 26.10.2007, 08:04
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with mysql and result sets in stored procedures
- Replies: 10
- Views: 2396
- 26.10.2007, 08:03
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with mysql and result sets in stored procedures
- Replies: 10
- Views: 2396
Hello! I don't know what you mean, i sent you the code a few topics upper.... CREATE DEFINER=`admin`@`%` PROCEDURE `test2`() BEGIN SELECT * FROM Gilden; END ZConnection1.Properties.Add('CLIENT_MULTI_STATEMENTS=1'); ZConnection1.Connect; ZQuery1.SQL.Clear; ZQuery1.SQL.add('set names ''utf8'';'); ZQue...
- 25.10.2007, 20:07
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with mysql and result sets in stored procedures
- Replies: 10
- Views: 2396
20070314 : Added Multiple resultset support on Dbc level - Code by Asis - See http://zeos.firmos.at/viewtopic.php?t=459 and http://zeos.firmos.at/viewtopic.php?t=912
did i understand something wrong?!?!?!?
Bye Sven!
did i understand something wrong?!?!?!?
Bye Sven!
- 25.10.2007, 19:28
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with mysql and result sets in stored procedures
- Replies: 10
- Views: 2396
- 25.10.2007, 14:05
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with mysql and result sets in stored procedures
- Replies: 10
- Views: 2396
- 23.10.2007, 21:27
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with mysql and result sets in stored procedures
- Replies: 10
- Views: 2396
Problem with mysql and result sets in stored procedures
Hello! Now i installed the latest svn Version of zeos, but i can't open stored procedures with result sets. In many topics is written, that it works with the latest svn and there was a code example, too.... but i only get the message "can't return a result set in given context" My Code: Pr...
- 14.04.2007, 11:35
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: autoreconnect Feature ??
- Replies: 1
- Views: 1200
autoreconnect Feature ??
Hello!
Is there any autoreconnect possibility in zeos?
I often have the problem that my mysql server is unaivailabe for a
few seconce and then i get an error message in the Programm.
Bye Sven Lehnert
Is there any autoreconnect possibility in zeos?
I often have the problem that my mysql server is unaivailabe for a
few seconce and then i get an error message in the Programm.
Bye Sven Lehnert
- 25.03.2007, 15:13
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with edit and post
- Replies: 3
- Views: 827
- 24.03.2007, 12:41
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problem with edit and post
- Replies: 3
- Views: 827
Problem with edit and post
Hallo! I have a big problem with the .edit and .post procedure. The following programcode Zquery1.SQL.Add('Select lastlogin from Benutzer where `Benutzername` = BINARY'''+AnsiToUTF8(konfig.benutzername)+''';') If NOT form1.Zquery1.eof then BEGIN form1.ZQuery1.edit; form1.Zquery1.FieldValues['lastlog...