SOCI / soci

Official repository of the SOCI - The C++ Database Access Library
http://soci.sourceforge.net/
Boost Software License 1.0
1.41k stars 477 forks source link

suci #1039

Closed stan1334 closed 1 year ago

stan1334 commented 1 year ago

https://soci.sourceforge.net/doc/master/backends/odbc/

ODBC Driver Bulk Read Bulk Insert MS SQL Server 2005 YES YES

i cannot find the newest MS SQL Server version,so i want know soic/odbc support MSSqlserver version list, thanks

@mloskot @vadz

vadz commented 1 year ago

SOCI should work with just about any SQL Server version but you ought to test it yourself. Running SOCI unit tests with your database would be a good start.

Also, please don't use the issue tracker for non-issues and don't tag people needlessly.

stan1334 commented 1 year ago

SOCI should work with just about any SQL Server version but you ought to test it yourself. Running SOCI unit tests with your database would be a good start.

Also, please don't use the issue tracker for non-issues and don't tag people needlessly.

thank U,I try use 2022 Version ,exec some demo AND UT after 。