Possible to use ODBC driver?
Possible to use ODBC driver?
emozio
Posts: 5Questions: 3Answers: 0
My question is simple: is it possible to use DataTables with ODBC and MS SQL Server?
If not by nature, is there a way to adjust the source code to enable this?
Thanks in advance guys!
This discussion has been closed.
Answers
DataTables is a Javascript library, so it doesn't really care about the data source, as long as it returns JSON.
If you are referring to Editor however, it does have server-side libraries available and using an ODBC connection is not something that has been tested, although I don't immediately see any reason why it wouldn't be possible - although the code would need to be modified to setup the connection.
Allan