ODBC 字符串连接到特定 table

ODBC string connect to specific table

我正在通过将 ogr2ogr 与 MSSQL 驱动程序一起使用来连接到 SQL 服务器空间数据库。

C:\>ogr2ogr -f "GeoJSON" C:\Users\usr_m\Documents\shape_odbc.geojson "MSSQL:Driver=SQL Server;server=hksql;database=ql51pd;trusted_Connection=yes;"

如指定的那样here and here

但是我想连接下载某个 table,有什么建议可以吗?

也许我需要在 python 中获取它或采取其他解决方法。

如旁注所建议 here。该字符串必须如下所示:

C:\>ogr2ogr -f "GeoJSON" C:\Users\usr_m\Documents\shape_odbc.geojson "MSSQL:Driver=SQL Server;server=hksql;database=ql51pd;trusted_Connection=yes;" **<table>**