Skip to content

Commit

Permalink
Fix connection
Browse files Browse the repository at this point in the history
  • Loading branch information
geographika committed Feb 17, 2020
1 parent a6fca41 commit f4cc5e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
2 changes: 1 addition & 1 deletion msautotest/mssql/include/bdry_counpy2_mssql.map
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
CONNECTIONTYPE PLUGIN
PLUGIN "C:\projects\mapserver\build\Release\msplugin_mssql2008.dll"
CONNECTION "SERVER=(local)\SQL2017;DATABASE=msautotest;uid=sa;pwd=Password12!;"
DATA "ogr_geometry from (select * from bdry_counpy2) as foo USING UNIQUE ogr_fid ORDER BY ogr_fid ASC USING SRID=26915"
DATA "ogr_geometry from (select * from bdry_counpy2) as foo USING UNIQUE ogr_fid USING SRID=26915"
STATUS OFF
TYPE POLYGON
CLASS
Expand Down
6 changes: 2 additions & 4 deletions msautotest/mssql/include/cities_mssql.map
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
CONNECTIONTYPE PLUGIN
PLUGIN "D:\MapServer\release-1911-x64-dev\build\Debug\msplugin_mssql2008.dll"
CONNECTION "SERVER=DESKTOP-SMDN2CC;DATABASE=msautotest;uid=sa;pwd=Password12!;"
#PLUGIN "C:\projects\mapserver\build\Release\msplugin_mssql2008.dll"
#CONNECTION "SERVER=(local)\SQL2017;DATABASE=msautotest;uid=sa;pwd=Password12!;"
PLUGIN "C:\projects\mapserver\build\Release\msplugin_mssql2008.dll"
CONNECTION "SERVER=(local)\SQL2017;DATABASE=msautotest;uid=sa;pwd=Password12!;"
STATUS OFF
TYPE POINT

0 comments on commit f4cc5e9

Please sign in to comment.