var fDesc=new Array(); fDesc[0] = "Work with SQLite3 becomes easy.
Tool for administration of databases SQLite.
The Program allows:
-Modify database (create table, drop table, vacuum, etc.)
-Execute SQL requests (insert delete, update, select, etc.)
The program works:
-SQL commands mode
-GRID mode.
Import to DBF files
Export to DBF files
Export to XML from SQLite
Export to HTML from SQLite
Support function (ReplaceUpper,EqualInt,Hash,LikeAnsi,UpperAnsi,LowerAnsi,TrimLeft,Trim,
TrimRight,PadLeft,PadRight,Replace,Translate,Instr,Mod,Div,Sign,BitSet,
BitClr,BitNot,BitTst,Int2Hex,Hex2Int,NameUserNet,NameUser,NameComputer)
Following version support:
-Append plugins
-Append internal functions
and more others."; 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 = ''; } }