My customer is a dental practice that has bought a piece of practice management software. This software was installed on their local server, including a patient database, a sch
Turns out the simplest way to do it was to write a little app using OdbcDbConnection, and connect using the DSN installed with the software. It took one probing 'select * from sysobjects' to reveal that it is, indeed a MS-SQL database underneath all that, and I'm good to go from there!