Can anyone help me with this?
I am trying to add a new AS400 connection.
I have edited dbxdrivers.ini thus;
I can connect via IBM Client Access.
How do I setup a new connection in Data Explorer?
I have tried but keep getting
Borland.Data.TDBXError: cwbDB_SetAutoCommit returned error code 1.
I have tried setting
AutoCommit=False
but get the same error.
I have never setup an AS400 connection and think I am making some basic error. Any help would be greatly appreciated.
Regards,
I am trying to add a new AS400 connection.
I have edited dbxdrivers.ini thus;
Code:
[CA400]
GetDriverFunc=getSQLDriverCA400
LibraryName=dbexpca400.dll
VendorLib=cwbdb.dll
Database=MYAS400
User_Name=
Password=
ServerCharSet=
ErrorResourceFile=
LocaleCode=0000
BlobSize=-1
RowsetSize=-1
RoleName=
CA400 TransIsolation=DirtyRead
CommitRetain=True
AutoCommit=True
Custom String=/trace=0
Connection Timeout=-1
Trim Char=False
[CA400 TransIsolation]
DirtyRead=0
ReadCommited=1
RepeatableRead=2
I can connect via IBM Client Access.
How do I setup a new connection in Data Explorer?
I have tried but keep getting
Borland.Data.TDBXError: cwbDB_SetAutoCommit returned error code 1.
I have tried setting
AutoCommit=False
but get the same error.
I have never setup an AS400 connection and think I am making some basic error. Any help would be greatly appreciated.
Regards,