var fDesc=new Array(); fDesc[0] = "MS Access to CSV Loader is a tool to Convert, Migrate data from MS Access Database to CSV Files / Delimited Text files or Fixed Width files and from CSV / Delimited Text Files to MS Access Database. You can convert multiple tables in one go from MS Access to CSV or from CSV Files to MS Access. While converting you can select and de-select and arrange table columns, filter rows by specifying WHERE conditions.

MS Access to CSV Loader comes with a built in scheduler so that you can run transfer jobs at specified intervals. Now no need to run jobs repeatedly, just create a Session define the Schedule Date and Time and MS Access to CSV Loader will automatically executes your session in the background and records the actions in a specified log file. You can later on check the log file for information."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }