var fDesc=new Array(); fDesc[0] = "'Compare Database' allows you to compare Access databases to each other, an Access Database to a SQL Server Database or simply compare SQL Server databases. 'Compare Database' is fast and accurate in identifying both data and structural differences between databases.

Main Features:
- Compare Access (any version) to another Access Database or compare SQL Server to an Access database.
- Identify Data differences between tables in different databases or the same database
- Identify structure or metadata differences between databases.
- Create an HTML summary report of the differences between a specified table between two databases.
- Copy Data from one database to another."; 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 = ''; } }