Switching off RequiredFields does not work

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
hclaassens
Posts: 14
Joined: Wed 23 Mar 2011 09:53

Switching off RequiredFields does not work

Post by hclaassens » Mon 05 Sep 2011 09:47

I'm using DevArt V4.90.0.25 in Delphi XE professional.

I have 2 components on a form a TCRSQLConnection and a TQuery.
The TCRSQLConnection has the following params:
BlobSize=-1
DataBase=
DriverName=DevartOracle
ErrorResourceFile=
LocaleCode=0000
Password=
Oracle TransIsolation=ReadCommited
RoleName=Normal
User_Name=
LongStrings=True
EnableBCD=False
InternalName=
UseQuoteChar=False
FetchAll=True
CharLength=0
Charset=
UseUniCode=True
RequiredFields=False


I've connected the query component to the connection and a sql string filled in.

When I start the fields editor and get all the fields I get Required fields. Why?
Last edited by hclaassens on Tue 06 Sep 2011 13:11, edited 1 time in total.

hclaassens
Posts: 14
Joined: Wed 23 Mar 2011 09:53

Post by hclaassens » Tue 06 Sep 2011 11:15

Nobody has seen this? :?:

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Tue 06 Sep 2011 14:28

Hello,

Thank you for the information.
Unfortunately, there is currently on such option as (RequiredFields) in dbExpress driver for Oracle. This option will be added in the nearest version of the driver.

hclaassens
Posts: 14
Joined: Wed 23 Mar 2011 09:53

Post by hclaassens » Tue 06 Sep 2011 17:14

When will the nearest version of the driver for Oracle be available?

AlexP wrote:Hello,

Thank you for the information.
Unfortunately, there is currently on such option as (RequiredFields) in dbExpress driver for Oracle. This option will be added in the nearest version of the driver.

AlexP
Devart Team
Posts: 5530
Joined: Tue 10 Aug 2010 11:35

Post by AlexP » Wed 07 Sep 2011 11:07

Hello,

The new version containing RequiredFields will be available next week.

Post Reply