Search found 37 matches

by dhongu
16.12.2005, 13:22
Forum: Feature Requests
Topic: MySQL 5
Replies: 19
Views: 7433

If use debug mode and press F8 before take o lilte pause work.
by dhongu
16.12.2005, 13:16
Forum: Feature Requests
Topic: MySQL 5
Replies: 19
Views: 7433

It is example:

CREATE PROCEDURE `dorepeat`(p1 INTEGER(11))
BEGIN
select @x:=0; -- without this line work in any situation
set @x=0;
REPEAT SET @x = @x + 1;
UNTIL @x > p1 END REPEAT;
END


call dorepeat(100000); -- work
select (@x)

call dorepeat(1000000); --don't work
select (@x)
by dhongu
15.12.2005, 12:47
Forum: Feature Requests
Topic: MySQL 5
Replies: 19
Views: 7433

if don't use "sleep" error message is "Lost connection".
Long the sleep depends by lenght of procedure.

I tray to execute from EMS SQL Maneger and work but from Navicat 2005 not.
Is strange
by dhongu
15.12.2005, 07:02
Forum: Feature Requests
Topic: MySQL 5
Replies: 19
Views: 7433

I use libmysql.dll from that version mysql 5 and renamed to libmysql41.dll. If procedure is short, time to pause maybe small. Doesn't matter contents from procedure.
by dhongu
12.12.2005, 12:38
Forum: Feature Requests
Topic: MySQL 5
Replies: 19
Views: 7433

MySQL 5

I have a procedure ex: proced() from mysql command prompter mysql > call proced() work ! mysql > select 1; work ! and work fine. But from delphi with zeos not work correctly. I find “solution” with command "sleep" between "call procd()" and "select1" . query.sql.text:='...
by dhongu
01.11.2005, 06:31
Forum: MySQL
Topic: Delphi7 - mysql 4.1 user variable
Replies: 7
Views: 2258

Set ParamCheck with false