DataTables Editor examples
DataTables Editor examples

I am working on understanding Datatables and the editor functionality . I downloaded the WebAPIExamples project to get started. There is a function that accepts parameters that the code errors out on and I was wondering in the case of using a sqlserver database what my parameters should be. Here is the function public Database(string dbType, string str, string adapter = null)
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
This web-site is exceptionally useful if you are sure what your connection string should be.
It would be worth reading over this section of the manual as well if you haven't already done so.
Allan