I am working with a customer who uses an application built using a Borland DB (BDE). I need to extract and convert the data to SQL Server. The application itself is no longer under support and its export features are inadequate.
I have a lot of experience with relational databases, including DB2, SQL Server, Oracle, and MS Access, but none with BDE. What I would like to do is write native SQL to extract the data I need.
Is there a tool I can use to run native SQL against the BDE database without having to use the application?
Thanks in advance for any suggestions.