var fDesc=new Array(); fDesc[0] = "If you are a Delphi or C Builder developer that has an existing legacy BDE database application that uses Paradox or dBase tables, and wishes to switch to a replacement database engine that works with all new versions of Windows, then DBISAM is the ideal embedded, royalty-free solution that compiles directly into your application:

Check Adaptable Architecture
Whether single-user, multi-user, or client-server, DBISAM can support the architecture that you need with minimal changes to your application.

Check BDE Replacement
DBISAM was designed to be the ideal BDE (Borland Database Engine) replacement, especially for Paradox databases. Developers can replace the BDE in an existing BDE application very quickly, and in the process, open up a wide new array of functionality that was previously unavailable.


Check Small and Compact
DBISAM can be compiled directly into a Win32 Delphi, C Builder, or RAD Studio application, or a Linux Kylix application, adding very little to the executable size, and the DBISAM Database Server is contained in a single EXE ~1.5MB in size.

Check Solid and Reliable
All DBISAM products are thoroughly tested with feature and regression tests in our automated test framework."; 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 = ''; } }