var fDesc=new Array(); fDesc[0] = "HiT OLEDB/400 (OLE DB for IBM i, iSeries or AS/400) is Windows client middleware for SQL access to IBM DB2 for i servers from custom applications and third party products. HiT OLEDB/400 accepts application SQL commands via ADO or directly via its object properties and methods. It then translates these SQL commands into native DB2 SQL for high-performance access and communicates with the IBM i (iSeries, AS/400) to access, retrieve, and update DB2 data. All communication with the IBM DB2 for i server can also be optionally encrypted and authenticated via SSL v3.0 support. HiT OLEDB/400 supports full SQL functionality for maximum application performance including stored procedures, multiple result sets, and static SQL/packages. Multi-threading and re-entrancy support ensure high performance for client applications. Its unique dbXpress performance feature also significantly speeds applications."; 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 = ''; } }