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

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

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?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.