Replies: 3 comments
-
ODBC library is the only library getting additional improvement, lot of usages of ctlib/dblib came from porting. Adding extensions to ctlib/dblib is doable and done but possibly limiting. Also the world is not all Windows, Linux and MacOS and as far as I know Microsoft driver is not open source. |
Beta Was this translation helpful? Give feedback.
-
Ah, if missing ODBC driver, we have JDBC and ADBC, or access via Maybe FreeTDS could split into three projects: libtds / libtdssql(ctlib/dblib) / libtdsodbc, We have limited energy, so focus on what is most valuable( |
Beta Was this translation helpful? Give feedback.
-
I am using FreeTDS & unixODBC, on a platform which is not Linux, MacOS or Windows |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Microsoft SQL Server ODBC driver has been landed on Linux and macOS, so I have a question:
Does FreeTDS ODBC driver should be maintained continually?
Maybe FreeTDS should drop the ODBC support, focus on the light-weight library for SQL Server(libtds), and wrapper its api as ct-lib and db-lib.
Beta Was this translation helpful? Give feedback.
All reactions