Possible to use ODBC driver?

Possible to use ODBC driver?

emozioemozio Posts: 5Questions: 3Answers: 0
edited June 2015 in Free community support

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!

Answers

  • allanallan Posts: 63,687Questions: 1Answers: 10,500 Site admin

    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

This discussion has been closed.