Search found 5 matches

by humantool
11.02.2009, 13:25
Forum: 6.6 - stable
Topic: [Delphi2007][Oracle] Pb to update/insert/delete
Replies: 5
Views: 708

ok thanks a lot !

By the way the 7.x will not continue to support Oracle connection, is it sure ?
by humantool
11.02.2009, 13:00
Forum: 6.5.1 (alpha) - 6.6.x (beta)
Topic: can't read output variable calling a PROCEDURE on ORACLE
Replies: 1
Views: 1826

Hi, I've seen query build in delphi by the dbexpress components that where like this : insert into "TESTTW" ("NUMTEST", "NOMTEST", "MEMOTEST", "BLOBTEST") values (:1, :2, EMPTY_CLOB(), EMPTY_BLOB()) RETURNING MEMOTEST, BLOBTEST INTO :3, :4 Maybe the ...
by humantool
11.02.2009, 12:53
Forum: 6.6 - stable
Topic: [Delphi2007][Oracle] Pb to update/insert/delete
Replies: 5
Views: 708

I'm using the 6.6.4 so I need to patch, that's it ?
And to patch, I need to get the ZDbcOracle.pas file on the svn, right ?
by humantool
10.02.2009, 17:43
Forum: 6.6 - stable
Topic: Complete newbie question!
Replies: 4
Views: 563

hi,
a coma is missing at the end of line 2, maybe ?
by humantool
10.02.2009, 17:41
Forum: 6.6 - stable
Topic: [Delphi2007][Oracle] Pb to update/insert/delete
Replies: 5
Views: 708

[Delphi2007][Oracle] Pb to update/insert/delete

Hi, I want to migrate my mulit-tier application with Paradox/BDE to Oracle/Zeos. So to test the components I created a table "test" : CREATE TABLE TestTW ( NumTest NUMBER(8,0) NOT NULL, NomTest VARCHAR2(45) default NULL, DateTimeTest TIMESTAMP default NULL, DateTest DATE default NULL, Time...