Search found 12 matches
- 24.07.2006, 14:29
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: different TZConnection classes for diferent sql servers
- Replies: 12
- Views: 1844
- 24.07.2006, 14:26
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: firebird CREATE DATABASE
- Replies: 4
- Views: 1385
- 24.07.2006, 14:25
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: UNICODE - PostgreSQL - Delphi7/Kylix3
- Replies: 3
- Views: 1289
- 21.07.2006, 10:29
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: autoinc fields
- Replies: 4
- Views: 1640
- 21.07.2006, 10:15
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: TZUpdateSQL statement execution
- Replies: 1
- Views: 915
- 21.07.2006, 10:10
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: firebird CREATE DATABASE
- Replies: 4
- Views: 1385
- 18.07.2006, 16:50
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Function refresh_after_post
- Replies: 3
- Views: 1193
Ciao Nicola!
Forse questa La serve....
Forse questa La serve....
Code: Select all
try
ZQuery.Post
ZQuery.Resync(rmExact);
except
...
end;
- 20.06.2006, 11:41
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Looking for compiler testers.
- Replies: 7
- Views: 1511
- 20.06.2006, 11:32
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: MySQL v.5.0 .3+ and Decimals
- Replies: 11
- Views: 2103
- 19.06.2006, 13:44
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Range check errors on 6.5.1alpha - 20060523
- Replies: 2
- Views: 690
- 19.06.2006, 11:17
- Forum: 6.5.1 (alpha) - 6.6.x (beta)
- Topic: Range check errors on 6.5.1alpha - 20060523
- Replies: 2
- Views: 690
Range check errors on 6.5.1alpha - 20060523
Range check errors are occuring at various points in ZDBCInterbase6Utils. Each of these points is close to a comment that reads { WAS RC OFF }. I assume that range checking was previously switched off for those parts of the source - and to be honest statements such as... SqlVar := @FXSQLDA.SqlVar ; ...
- 13.06.2006, 11:08
- Forum: Bug Reports
- Topic: [bug_fixed] Postgres 8.1 Domains
- Replies: 2
- Views: 1378
[bug_fixed] Postgres 8.1 Domains
Columns created using domains - in this case defined as varchar(x) - are being returned as having unknown length. Varchar columns not defined using domains are returned with the correct size. If the database is accessed via ADO then columns defined with domains are returned with the correct column s...