The mysql error after open in query CALL ProcedureName();
CR_COMMANDS_OUT_OF_SYNC
method GetMoreResults not work with CALL (((
Version 6.6.2
SVN rev. 267
Search found 22 matches
- 17.07.2007, 15:10
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: MySQL 5 stored procedures and ZEOSDBO beta
- Replies: 16
- Views: 6169
- 17.07.2007, 15:09
- Forum: MySQL
- Topic: MySQL5 - Stored procedures
- Replies: 17
- Views: 8620
- 06.07.2007, 11:15
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: RefreshParams fix bug
- Replies: 2
- Views: 715
RefreshParams fix bug
procedure TZAbstractRODataset.RefreshParams; var DataSet: TDataSet; begin DisableControls; try if FDataLink.DataSource <> nil then begin DataSet := FDataLink.DataSource.DataSet; if DataSet <> nil then if DataSet.Active and not (DataSet.State in [dsSetKey, dsEdit, dsInsert]) then begin //VISOR Close;...
- 05.07.2007, 09:30
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: SVN project ???
- Replies: 2
- Views: 919
- 19.06.2007, 15:58
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: SVN project ???
- Replies: 2
- Views: 919
SVN project ???
Please write SVN ZeosDBO 6.6.x
- 24.11.2006, 13:41
- Forum: Bug Reports
- Topic: [bug_fixed] Do not work sorterfields
- Replies: 11
- Views: 5754
- 21.11.2006, 14:46
- Forum: Bug Reports
- Topic: [bug_fixed] Do not work sorterfields
- Replies: 11
- Views: 5754
[bug_fixed] Do not work sorterfields
In previor 6.5 version sorting in dataset (class TZAbstractRODataset) work absolutately correct. In version 6.6 bangfauzan modifation have broken sorting. Where sort asc or desc in 1 field, method do not work. Example Sord ID asc, Name desc this method do not work correct. method InternalSort if FIn...
- 12.09.2006, 16:41
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Slow response with MYSQL db
- Replies: 1
- Views: 586
- 11.01.2006, 13:45
- Forum: Feature Requests
- Topic: MySQL 5
- Replies: 19
- Views: 7542
- 19.12.2005, 13:21
- Forum: Feature Requests
- Topic: MySQL 5
- Replies: 19
- Views: 7542
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) The correct sintaxis ...
- 13.12.2005, 16:23
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Futures. RefreshRow
- Replies: 2
- Views: 852
- 13.12.2005, 16:20
- Forum: Feature Requests
- Topic: MySQL 5
- Replies: 19
- Views: 7542
- 01.12.2005, 09:40
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Futures. RefreshRow
- Replies: 2
- Views: 852
Futures. RefreshRow
Whether will be realized RefreshRow in TZDataset ?
- 17.10.2005, 09:21
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Whether the support MySQL 5.x will be added?
- Replies: 0
- Views: 877
Whether the support MySQL 5.x will be added?
Why do not add ïîääåðêó MySQL 5.x in the version ZeosDBO 6.5 ?
- 30.09.2005, 09:32
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: bug in lookup. CVS-Version as of 26-09-2005
- Replies: 11
- Views: 2812