Is your DBX driver fo Oracle working in the same manner like dbxsda.dll?

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
Eventer
Posts: 5
Joined: Mon 22 Aug 2005 12:10
Contact:

Is your DBX driver fo Oracle working in the same manner like dbxsda.dll?

Post by Eventer » Mon 22 Aug 2005 12:33

Hi!
The standard Borland DBX driver for SQL Server "dbexpmss" works not properly. I've got a lot of problem working with, but your DBX driver works pretty good. So I'd like to know the subject.

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Tue 23 Aug 2005 14:47

Please try DbxOda driver for Oracle from our site. We try to implement the maximum number of features that is possible in Borland dbExpress technology.

Eventer
Posts: 5
Joined: Mon 22 Aug 2005 12:10
Contact:

Is your DBX driver fo Oracle working in the same manner like dbxsda.dll?

Post by Eventer » Wed 24 Aug 2005 06:49

When using trial MS SQLServer DBX driver I have not to set value for autoinc fields, but using Oracle DBX driver I have to. Is that right or I do anything in wrong manner?

Eventer
Posts: 5
Joined: Mon 22 Aug 2005 12:10
Contact:

Is your DBX driver fo Oracle working in the same manner like dbxsda.dll?

Post by Eventer » Fri 26 Aug 2005 08:50

Is anyone going to reply?

Paul
Posts: 725
Joined: Thu 28 Oct 2004 14:06

Post by Paul » Mon 29 Aug 2005 13:44

Oracle driver cannot distinguish autoincrement fields assigned by trigger and NOT NULL fields. You should set TField.Required=False manually. By default we use TField.Required=True for all NOT NULL fields (like Borland driver for Oracle)

Post Reply