dbxerror: errorcode 65535 / XE

Discussion of open issues, suggestions and bugs regarding usage of dbExpress drivers for Oracle in Delphi and C++Builder
Post Reply
Thomas.Schweikert
Posts: 30
Joined: Tue 27 Jun 2006 15:46

dbxerror: errorcode 65535 / XE

Post by Thomas.Schweikert » Fri 29 Jul 2011 15:29

Hi,

with the new update v4.90 every TSQLDataSet produces
an "dbx-error: errorcode 65535" error.

with the last used version 4.70.XX and with the new versions
for FireBird/Interbase and MS-SQL everything works like before.

we read the connection parms from an ini file:
...
BlobSize=-1
DataBase=ORA8
ErrorResourceFile=
LocaleCode=0000
Password=****
Oracle TransIsolation=ReadCommited
RoleName=Normal
User_Name=USER
LongStrings=True
InternalName=
UseQuoteChar=False
UseUnicode=False
FetchAll=False
CharLength=0
Charset=WE8ISO8859P1
BCDPrecision=0
FloatPrecision=38
IntegerPrecision=10

if we set GetMetaData to FALSE it's works


Thomas


Delphi XE
Oracle 8.1.7.X.X

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

Post by AlexP » Wed 03 Aug 2011 09:02

Hello,

I cannot reproduce the problem.
Please send us a small sample demonstrating this problem including scripts to create and fill tables.

Thomas.Schweikert
Posts: 30
Joined: Tue 27 Jun 2006 15:46

Post by Thomas.Schweikert » Wed 21 Sep 2011 07:47

Hi,

with 5.01 the error has gone.
All of our tables have a field ID NUMBER(10,0)
Getting metadata for NUMBER data type is fixed

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

Post by AlexP » Wed 21 Sep 2011 08:10

Hello,

It is good to see that this problem was solved.
If any other questions come up, please contact us.

Post Reply