Simplest Way to Test ODBC on WIndows

后端 未结 6 1663
暖寄归人
暖寄归人 2020-12-14 00:25

With unixODBC you can use a simple command line utility called \"isql\" to test your connection and permissions of some queries. Without having to write extra code or instal

6条回答
  •  -上瘾入骨i
    2020-12-14 01:01

    You can use the "Test Connection" feature after creating the ODBC connection through Control Panel > Administrative Tools > Data Sources.

    To test a SQL command itself you could try:

    http://www.sqledit.com/odbc/runner.html

    http://www.sqledit.com/sqlrun.zip

    Or (perhaps easier and more useful in the long run) you can make a test ASP.NET or PHP page in a couple minutes to run SQL statement yourself through IIS.

提交回复
热议问题