var fDesc=new Array(); fDesc[0] = "Fyracle solves that problem by matching such syntax idiosyncrasies and by providing the ability to compile and execute PL/SQL procedures unchanged.

The Fyracle Run-time Kit contains a full Firebird installation and the run-time part of oracle-mode. The run-time kit does not include the Oracle-mode developer tools and documentation. If you all you want is too run a pre-compiled application, the run-time kit is all you need.

If you want to develop with oracle-mode Firebird, you need the Fyracle Developer Kit. This kit includes a GUI tool to modifiy database objects and a command line PL/SQL compiler, which can also handle DDL scripts."; 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 = ''; } }