How to get at the database schema of a hidden DB?

后端 未结 4 1416
無奈伤痛
無奈伤痛 2021-02-15 16:56

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

4条回答
  •  迷失自我
    2021-02-15 17:38

    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!

提交回复
热议问题