var fDesc=new Array(); fDesc[0] = "DBSync for MS Access & PostgreSQL is an efficient converter which performs easy conversion and synchronization between MS Access (mdb) and PostgreSQL databases. Scheduler gives you an opportunity to run DBSync for MS Access & PostgreSQL program on a user defined schedule that means that you can run programs without user input after having scheduled it once. DBSync for MS Access & PostgreSQL supports Unicode that allows you to make language special symbols displayed correctly. Improved usability, brand new design and changeable skins are supplemented with Multilanguage support. DBSync for MS Access & PostgreSQL converts Primary keys, Indexes and foreign keys (relationships). Renaming fields, indexes before synchronization is also available. Detection of possible conversion errors at customization stage greatly facilitate configuring of the conversion settings. Sessions support allows you to save all your settings and restore them afterwards. DBSync for MS Access & PostgreSQL provides high speed of synchronization that noticeably exceeds average showing in this category.
One of the key things of database managing is the ability to filter data during conversion. Integrated data filters allow users to retrieve only specific data for converted tables according to defined filtering criterias (conditions). Filters give you more control on data migration process."; 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 = ''; } }