views:

14

answers:

1

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  A: 

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?

Judah Himango