var fDesc=new Array(); fDesc[0] = "The Pervasive PSQL Workgroup Edition provides high performance and data reliability for single- and multi-engine configurations with up to five users.
Features:
- From 1 to 5 concurrent users.
- Every Workgroup engine and UCI activation requires a key.
- Individual Workgroup keys will not activate more than one system at a time.
- Individual UCI keys will not activate more than one system at a time
- To apply the key to another system, you must first deactivate it, then reactivate on the other system.
Pervasive PSQL is specifically designed to increase scalability and performance on multi-core machines. Install Pervasive PSQL on a multi-core machine, and the benefits are immediately available. Pervasive PSQL also provides support for IPv6, the next generation Internet protocol."; 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 = ''; } }