ok thanks a lot !
By the way the 7.x will not continue to support Oracle connection, is it sure ?
Search found 5 matches
- 11.02.2009, 13:25
- Forum: 6.6 - stable
- Topic: [Delphi2007][Oracle] Pb to update/insert/delete
- Replies: 5
- Views: 734
- 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: 1860
- 11.02.2009, 12:53
- Forum: 6.6 - stable
- Topic: [Delphi2007][Oracle] Pb to update/insert/delete
- Replies: 5
- Views: 734
- 10.02.2009, 17:43
- Forum: 6.6 - stable
- Topic: Complete newbie question!
- Replies: 4
- Views: 586
- 10.02.2009, 17:41
- Forum: 6.6 - stable
- Topic: [Delphi2007][Oracle] Pb to update/insert/delete
- Replies: 5
- Views: 734
[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...