Page 1 of 1

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

Posted: Mon 22 Aug 2005 12:33
by Eventer
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.

Posted: Tue 23 Aug 2005 14:47
by Paul
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.

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

Posted: Wed 24 Aug 2005 06:49
by Eventer
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?

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

Posted: Fri 26 Aug 2005 08:50
by Eventer
Is anyone going to reply?

Posted: Mon 29 Aug 2005 13:44
by Paul
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)