|
Software SQLite Delphi Oracle PHP
|
Eng
Rus
|
Software Download site Buy Viagra Cialis Levitra Buy Hoodia Buy Soma Buy Any Pills MP3 ![]() Movie for iPOD The Best World Music MP3 Collection Cheap Phone Cards Online SiteMap |
Back Home
SQLiteSheet FAQRegister programPress F3 key for open configuration panel.![]() Press "Register" button for open register window. ![]() Paste from clipboard or enter in field register code. Reload program. Create new database
Create table test (ii integer, dd double, cc char(32)); Insert into test values (1, 1.1, 'one'); Insert into test values (2, 2.1, 'two'); Insert into test values (3, 3.1, 'three'); Select * from test; Open exist database
Insert into test values (1, 1.1, 'one'); Insert into test values (2, 2.1, 'two'); Insert into test values (3, 3.1, 'three'); Select * from test; Export to HTML from SQLite--$HTME c:\demo.htm -select="select * from test"
Export to XML from SQLite--$XMLE c:\demo.xml -select="select * from test"
Export to DBF from SQLite--$DBFE c:\demo.dbf -select="select * from test"
Back Home |
|