/sql_pool

SQL Server Pooling library based on FreeTDS

Primary LanguageC++MIT LicenseMIT

sql_pool

Microsoft SQL Server Pooling library based on FreeTDS

SqlConnection class should be used to make a non-pooled connection to SQL Server. SqlClient class should be used to make a pooled connection.