Switching off RequiredFields does not work
Posted: 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?
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?