DataTables + AJAX source + MS Access
DataTables + AJAX source + MS Access
Hi,
I'm using DataTables + AJAX source + MS Access and it's working great!
However, I faced a problem where the system will auto-generate a ??.ldb file due to access to the database.
I totally understand the purpose, but even after I close the DB connection and set to "nothing", the file still exists and it doesn't allow me to manually overwrite the database file, which I often required to do so.
[code]
...
$(document).ready(function() {
var oTable = $('#table_id').dataTable( {
"sPaginationType": "full_numbers",
"bAutoWidth": false,
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "db_select.asp"
...
[/code]
I'm using DataTables + AJAX source + MS Access and it's working great!
However, I faced a problem where the system will auto-generate a ??.ldb file due to access to the database.
I totally understand the purpose, but even after I close the DB connection and set to "nothing", the file still exists and it doesn't allow me to manually overwrite the database file, which I often required to do so.
[code]
...
$(document).ready(function() {
var oTable = $('#table_id').dataTable( {
"sPaginationType": "full_numbers",
"bAutoWidth": false,
"bProcessing": true,
"bServerSide": true,
"sAjaxSource": "db_select.asp"
...
[/code]
This discussion has been closed.
Replies
Regards,
Allan