Search found 22 matches

by Visor123
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: 6031

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
by Visor123
17.07.2007, 15:09
Forum: MySQL
Topic: MySQL5 - Stored procedures
Replies: 17
Views: 8499

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
by Visor123
06.07.2007, 11:15
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: RefreshParams fix bug
Replies: 2
Views: 699

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;...
by Visor123
05.07.2007, 09:30
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SVN project ???
Replies: 2
Views: 897

Tnx
by Visor123
19.06.2007, 15:58
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: SVN project ???
Replies: 2
Views: 897

SVN project ???

Please write SVN ZeosDBO 6.6.x
by Visor123
24.11.2006, 13:41
Forum: Bug Reports
Topic: [bug_fixed] Do not work sorterfields
Replies: 11
Views: 5633

Hi.

Thank. It it work.

Regards.
by Visor123
21.11.2006, 14:46
Forum: Bug Reports
Topic: [bug_fixed] Do not work sorterfields
Replies: 11
Views: 5633

[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...
by Visor123
12.09.2006, 16:41
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Slow response with MYSQL db
Replies: 1
Views: 569

What for so to use BLOB-field ???
temp := form1.Link_Query.FieldByName('dok')).asstring;
by Visor123
11.01.2006, 13:45
Forum: Feature Requests
Topic: MySQL 5
Replies: 19
Views: 7422

I resolved. I use path [ 1220418 ] !Quick and durty! patch for 5.x stored procedures http://sourceforge.net/tracker/index.php?func=detail&aid=1220418&group_id=35994&atid=415826 I implement link to function mysql_next_result. http://dev.mysql.com/doc/refman/5.0/en/c-api-multiple-queries....
by Visor123
19.12.2005, 13:21
Forum: Feature Requests
Topic: MySQL 5
Replies: 19
Views: 7422

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 ...
by Visor123
13.12.2005, 16:23
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Futures. RefreshRow
Replies: 2
Views: 825

up
by Visor123
13.12.2005, 16:20
Forum: Feature Requests
Topic: MySQL 5
Replies: 19
Views: 7422

zippo wrote:Try to use ".Open" instead of ".Exec".
Call proced() ZQuery.Open ??? why?

Use libmysql.dll from that version mysql 5, in which work.
by Visor123
01.12.2005, 09:40
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: Futures. RefreshRow
Replies: 2
Views: 825

Futures. RefreshRow

Whether will be realized RefreshRow in TZDataset ?
by Visor123
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: 852

Whether the support MySQL 5.x will be added?

Why do not add ïîääåðêó MySQL 5.x in the version ZeosDBO 6.5 ?
by Visor123
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: 2762

Certainly and even so:)

-----
case CurrentType of
stInteger,stShort,stLong,stByte://VISOR
----


Because other types too are not converted KeyValues .VString