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

后端 未结 4 1435
無奈伤痛
無奈伤痛 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条回答
  •  Happy的楠姐
    2021-02-15 17:24

    I have written my own PHP driven website to access and manipulate data in my eaglesoft database. You simply create odbc connection to local DNS entry and done. To see database structure you can use the technical reference included in eaglesoft or advanced query tool.

提交回复
热议问题