Open a Watcom DB with C#

895 views Asked by At

So, I was just asked if I can open a watcom db file through C# as we need to retrieve some data from it, and neither Access nor Sql Server appear capable of importing it.

I don't know where to begin...

All I've been given is a .DB file, and those vague instructions.

Thanks

1

There are 1 answers

0
Judah Gabriel Himango On BEST ANSWER

You'll likely need to contact Sybase and ask for an ODBC driver for it. With that, you will be able to open the database using ODBC database calls.

See these threads for more info:

Import Watcom db into SQL

Is there a Watcom ODBC driver?