Old database system question.

A

Adam Goetz

For a possible update of an old system, I'm trying to work out how to
connect to a password protected Paradox database table. I've got a
connection string that works with the non-password protected files in the
same directory, but that one protected control file is critical.

Anybody know how to open up a passworded Paradox database file in C#?

Yes, I know the whole thing should be re-written using a better db, but I
don't expect the client to sign off on that this year.
 
?

=?ISO-8859-1?Q?G=F6ran_Andersson?=

Adam said:
For a possible update of an old system, I'm trying to work out how to
connect to a password protected Paradox database table. I've got a
connection string that works with the non-password protected files in the
same directory, but that one protected control file is critical.

Anybody know how to open up a passworded Paradox database file in C#?

Yes, I know the whole thing should be re-written using a better db, but I
don't expect the client to sign off on that this year.

Check if http://www.connectionstrings.com has any connection strings for
Paradox.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top