Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Remote Encryption Connection
Tue, Mar 17 2009 8:25 AMPermanent Link

Paul Endersby
I'm trying to use the DBISAM 4 ODBC driver to connect to DBISAM 4 tables via our home brew DBISAM Server that has remote encryption
enabled. It's failing with the error:

DBISAM Engine Error # 11277 The database server at '127.0.0.1' requires an encrypted connection

My current connection string is as follows (asterisks replace sensitive data)

DRIVER={DBISAM 4 ODBC Driver}; ConnectionType=Remote; CatalogName=****; UID=****; PWD=****; RemoteIPAddress=127.0.0.1;
RemoteEncryptionPassword=****

Could you please tell me how can I make an encrypted connection from my .Net application to my companies remote encrypted DBISAM Server
using ODBC ?

Cheers,
Paul.
Thu, Mar 19 2009 1:07 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

Paul,

<< My current connection string is as follows (asterisks replace sensitive
data)

DRIVER={DBISAM 4 ODBC Driver}; ConnectionType=Remote; CatalogName=****;
UID=****; PWD=****; RemoteIPAddress=127.0.0.1; RemoteEncryptionPassword=****

Could you please tell me how can I make an encrypted connection from my
..Net application to my companies remote encrypted DBISAM Server using ODBC ?
>>

Unfortunately you cannot set the remote encryption password via the
connection string for the DBISAM ODBC Driver at this time.  I'll make sure
that this is added to the list for the next DBISAM build.

--
Tim Young
Elevate Software
www.elevatesoft.com

Image