SELECT @n ::= @n+1 AS rownum, thing, arms, legs FROM limbs
or set checkparam = false in property of component (TZReadOnlyQuery)
Search found 37 matches
- 18.09.2007, 12:56
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: error TZReadOnlyQuery with MYsql Variables in Delphi5
- Replies: 4
- Views: 3914
- 09.09.2007, 18:45
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Range check error
- Replies: 0
- Views: 822
Range check error
I have a very strange problem with the following SQL
SELECT @a as a, @b as b, @c as c, @d as d, @e as e;
If all valiables is null then is generated error: "Range check error".
But following SQL work fine.
SELECT @a as a, @b as b, @c as c, @d as d.
Delphi 7, Mysql 5.0.45
SELECT @a as a, @b as b, @c as c, @d as d, @e as e;
If all valiables is null then is generated error: "Range check error".
But following SQL work fine.
SELECT @a as a, @b as b, @c as c, @d as d.
Delphi 7, Mysql 5.0.45
- 07.07.2007, 16:33
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: MySQL+Zeos. How control errors?
- Replies: 6
- Views: 2254
- 05.03.2007, 12:10
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Required is true for calculate field?
- Replies: 3
- Views: 1138
- 29.01.2007, 09:22
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: autocommit
- Replies: 4
- Views: 1197
- 29.01.2007, 05:34
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: autocommit
- Replies: 4
- Views: 1197
autocommit
In unit ZPlainMySQLDriver.pas function "TZMySQL40PlainDriver.SetAutocommit" is incorrect [syntax="delphi"] function TZMySQL40PlainDriver.SetAutocommit(Handle: PZMySQLConnect; mode: Boolean): Boolean; var query: AnsiString; testResult: Integer; begin if (mode = True) then query :=...
- 16.01.2007, 15:27
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: How to get value from stored procedure,zeos+mysql5+delphi7 ?
- Replies: 2
- Views: 1047
- 12.10.2006, 19:18
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: select @a := field from table; and Mysql and TZQuery
- Replies: 7
- Views: 1711
- 06.10.2006, 16:42
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Missing component icons
- Replies: 3
- Views: 1218
- 18.09.2006, 13:46
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: MySQL Storedprocedures
- Replies: 16
- Views: 4186
- 18.09.2006, 09:40
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Required is true for calculate field?
- Replies: 3
- Views: 1138
Required is true for calculate field?
I have mysql table [syntax="sql"] CREATE TABLE `tabel1` ( `ID` int(11) NOT NULL auto_increment, `Val` int(11) default NULL, `Description` varchar(20) default NULL, PRIMARY KEY (`ID`) ) TYPE=MyISAM; [/syntax] and code: [syntax="delphi"] procedure TForm1.Button1Click(Sender: TObjec...
- 13.09.2006, 18:09
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: RollBack and Mysql y cant make it work...
- Replies: 7
- Views: 1616
- 13.09.2006, 14:01
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: RollBack and Mysql y cant make it work...
- Replies: 7
- Views: 1616
- 13.09.2006, 13:52
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Problems with Codepage
- Replies: 6
- Views: 2561
- 12.09.2006, 17:03
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Runtime Error 216 on Program Shutdown on Delphi 2006 (10)
- Replies: 37
- Views: 13282
MZmuda , All subfolders for folder ZeosLib C:\Program Files\Borland\BDS\4.0\Third_Party_Components\ZeosLib\component C:\Program Files\Borland\BDS\4.0\Third_Party_Components\ZeosLib\core C:\Program Files\Borland\BDS\4.0\Third_Party_Components\ZeosLib\dbc C:\Program Files\Borland\BDS\4.0\Third_Party_...