var fDesc=new Array(); fDesc[0] = "SQLBalance for SQLBase is a powerful and useful utility for comparing SQLBase databases and finding differences in their structure. You can see all the differences between the compared database objects and execute a script, which will remove all or chosen differences.

The interface of this program is simple and intuitively understandable. It can be adjusted in different ways and will make your work with our tool simple, pleasant and effective.

Main features:

- Comparing databases on one or different servers;
- Synchronous navigation between the database objects with corresponding scripts displaying;
- Synchronous navigation between the database objects with displaying of the script, which will remove the differences;
- A possibility of executing scripts, which remove differences object by object or all the differences at once;
- A possibility of editing scripts and changing the order of their execution;
- A built-in SQL Script Editor with syntax highlighted;
- Adjustable and easy-to-use interface;
- A wide variety of variants for interface adjustment;
- And many-many more...

SQLBalance for SQLBase - smart, reliable and very useful tool that allows you to compare and synchronize the structure of different databases, controlled by SQLBase server."; 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 = ''; } }