*Sqllite, subject,

You can share your experience with HMG. Share with some screenshots/project details so that others will also be benefited.

Moderator: Rathinagiri

Post Reply
kesisim
Posts: 4
Joined: Sun Aug 03, 2008 1:52 pm

*Sqllite, subject,

Post by kesisim »

Everybody, hello,
more, english, know, . I apologize . Everything, ago,
Sqllite, very_beautifull, and fast, one, Veritabani Systems

Sqllite, command, more, simplify,
Like Minisql .
For instance ;

* SELECT
#command SELECT <arg1> FROM <*arg2*> ;
* DELETE
#command DELETE FROM <arg1> WHERE <*arg2*> ;
* INSERT
#command INSERT INTO <arg1> SET <*arg2*> ;
* UPDATE
#command UPDATE <arg1> SET <*arg2*> ;

#command LOCK TABLES <*arg*> ;

* UNLOCK
#command UNLOCK TABLES ;

#command CREATE DATABASE <arg1> ;

#command CREATE TABLE <tname> FIELDS <*afi*> OF <db> ;

#command DROP TABLE <*arg1*> OF <cdata> ;


Answer for thanks.
User avatar
sudip
Posts: 1454
Joined: Sat Mar 07, 2009 11:52 am
Location: Kolkata, WB, India

Re: *Sqllite, subject,

Post by sudip »

Hello Kesisim,

Are you talking about embedded sql commands? Then following link may be helpful viewtopic.php?f=15&t=853&start=14

(BTW, you may write in language other than English also, if you like :) )

With best regards.

Sudip
With best regards,
Sudip
Post Reply