<div dir="ltr"><div>Hi Seth,</div><div><br></div><div>The gdal nmake builds supports to build the mssql driver against MSODBC17, by using these params in nmake.opt:</div><div><br></div><div># Uncomment out the following to enable plugin with Microsoft ODBC Driver 17 for SQL Server support for MSSQL Bulk Copy.<br>#MSODBCSQL_VERSION = 17<br>#MSODBCSQL_DIR = C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\$(MSODBCSQL_VERSION)0\SDK<br>#MSODBCSQL_LIB = "$(MSODBCSQL_DIR)\Lib\x86\msodbcsql$(MSODBCSQL_VERSION).lib"<br>#MSODBCSQL_INCLUDE = "-I$(MSODBCSQL_DIR)\Include" -DMSODBCSQL_VERSION=$(MSODBCSQL_VERSION) -DMSSQL_BCP_SUPPORTED=1<br></div><div><br></div><div>I also think that the gisinternals builds have compiled the ODBC17 based plugin earlier (looks like it is broken currently, I'll check that).</div><div><br></div><div>The recent cmake build can also be controlled in this regard by the GDAL_USE_MSSQL_ODBC and GDAL_USE_MSSQL_NCLI parameters.</div><div><br></div><div>Best regards,</div><div><br></div><div>Tamas</div><div><br></div><div><br></div><div><br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Seth G <<a href="mailto:sethg@geographika.co.uk">sethg@geographika.co.uk</a>> ezt írta (időpont: 2022. dec. 7., Sze, 15:21):<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">Hi all,<br>
<br>
>From the Microsoft docs at <a href="https://learn.microsoft.com/en-us/sql/relational-databases/native-client/applications/installing-sql-server-native-client?view=sql-server-ver16" rel="noreferrer" target="_blank">https://learn.microsoft.com/en-us/sql/relational-databases/native-client/applications/installing-sql-server-native-client?view=sql-server-ver16</a>:<br>
<br>
> The SQL Server Native Client (often abbreviated SNAC) has been removed from SQL Server 2022 (16.x) and SQL Server Management Studio 19 (SSMS). The SQL Server Native Client (SQLNCLI or SQLNCLI11) and the legacy Microsoft OLE DB Provider for SQL Server (SQLOLEDB) are not recommended for new development. Switch to the new Microsoft OLE DB Driver (MSOLEDBSQL) for SQL Server or the latest Microsoft ODBC Driver for SQL Server going forward.<br>
<br>
So the native SQL Server driver will be retired, however the GDAL MSSQL Driver only supports bulk copy (BCP) with this driver and not the "ODBC Driver 17 for SQL Server" - the following error is returned:<br>
<br>
> ERROR 1: SQL Error SQLState=HY000, NativeError=0, Msg=[Microsoft][ODBC Driver 17 for SQL Server]Connection is not enabled for BCP<br>
<br>
According to <a href="https://learn.microsoft.com/en-us/sql/connect/odbc/microsoft-odbc-driver-for-sql-server?view=sql-server-ver16" rel="noreferrer" target="_blank">https://learn.microsoft.com/en-us/sql/connect/odbc/microsoft-odbc-driver-for-sql-server?view=sql-server-ver16</a>:<br>
<br>
> The ODBC driver comes with tools such as sqlcmd and bcp.<br>
<br>
Does anyone know if BCP can be enabled with the MS ODBC drivers?<br>
<br>
Thanks,<br>
<br>
Seth<br>
<br>
<br>
<br>
--<br>
web:<a href="https://geographika.net" rel="noreferrer" target="_blank">https://geographika.net</a><br>
twitter: @geographika<br>
_______________________________________________<br>
gdal-dev mailing list<br>
<a href="mailto:gdal-dev@lists.osgeo.org" target="_blank">gdal-dev@lists.osgeo.org</a><br>
<a href="https://lists.osgeo.org/mailman/listinfo/gdal-dev" rel="noreferrer" target="_blank">https://lists.osgeo.org/mailman/listinfo/gdal-dev</a><br>
</blockquote></div></div>