var fDesc=new Array(); fDesc[0] = "With TurboDB Win32 for ADO.NET your application is equipped with integrated database access via SQL. The ADO.NET provider and the database library practically form a unit.

If you are looking for a .NET database engine, please check TurboDB Managed first. It is written in C# and uses our new code base, therefore it is faster and will support upcoming .NET features (e.g. Entity Framework). TurboDB for ADO.NET is mostly conceived to share TurboDB Win32 databases between C , Delphi, Visual Basic 6, MS Access and .NET 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 = ''; } }