litedb
litedb
GuillaumeBoucher
Posts: 4Questions: 3Answers: 0
in General
In 2017 i ask about how to use DataTables and Editor with another database
Please help me is there an exemple ? maybe using without library and post json data ?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
With Editor it probably won't work. This has a list of the supported databases.
https://editor.datatables.net/manual/net/installing
But of course you can use Data Tables without Editor. Then you can use whatever database you want because Data Tables is purely front end. You'll find examples here.
https://datatables.net/examples/data_sources/index.html
Hi,
Sorry I didn't get a chance to reply to your original post. The .NET libraries for Editor are open source, so you are free to add another database compatibility module if you wish. You need to set the adaptor and then have the "driver" available for it, that will build the SQL needed by that db from the instructions Editor issues (see the other drivers for examples).
Allan
thanks for our answer i may look