Datatables Generator - Database type SQLite
Datatables Generator - Database type SQLite
mccloud
Posts: 35Questions: 15Answers: 2
Any plans of including SQLite as an database type option in the online Generator, anytime soon?
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
No plans at the moment, but if there is enough demand for it I can look in to it .
Allan
My problem seems to be how to fill out the config.php and sql files which are created by the generator. I have played around with a test sqlite base called contacts.db which resides in the same folder as the initial contacts.html file.
table.contacts.sql
and config.php
but it's still not showing the add, edit and delete functions.
Any suggestions appreciated.
What does it show? Can you use the debugger on the page? Any errors shown on the console?
Allan
Thanks Allan. It is not connecting to the database. Only showing this:
I think the problem is in the config.php file. I have put some dummy data in the db to test it.
What is the data that is being returned from the server to the Ajax request that Editor is making? Or are there any errors shown on the console? That would be the first place to start.
Allan