var fDesc=new Array(); fDesc[0] = "NexusDB V3 introduces a large number of new features over V2. Additionally it also has countless detail improvements in regards of both, speed and stability.
NexusDB V3 is supported on any windows version from Win XP onwards, on any PC with a Pentium III or better processor. Other older operating systems might work but are not supported.
For network-based Client/Server systems the TCP/IP protocol is required or, alternatively, a protocol which supports Named Pipes.
NexusDB Developer V3 and Embedded Server edition V3 currently support Delphi 7, 2005, 2006, 2007 and 2009 as well as the C++ Builder versions supplied with these packages."; 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 = ''; } }