var fDesc=new Array(); fDesc[0] = "Marshal is a software suite for model driven data migration and exporting. You can use Marshal with any ODBC compliant database. It brings simplicity and clarity to the troublesome task of extracting and compiling data from many sources. It helps you analyze your databases, import data definitions and to create the rules governing export, storage and import of your database information.

The Marshal Editor is the graphical user interface where you manage your export and import rules. Marshal Editor automatically retrieves schema information from your databases, making structuring of the information highly efficient. Tables, views, columns and datatypes are automatically discovered. You can construct your own composed statements and you can collect data from and distribute data to multiple databases using a single model.

The Marshal SQLUtility is embedded in the Marshal Editor. It's a simple to use generic utility for ODBC databases. It allows you to test ODBC connections, execute statements and discover tables, views and columns. You can download and install the Marshal SQLUtility as a standalone application.

Requirements:

.NET Framework 3.5"; 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 = ''; } }