Today we will look a the most simple use\’s in the scripts and how to use them.
echo \”insert into bills values (\”$name\”,$date_now, $date_now,$1)\”|sqlite bills
or the other way to do this is
sqlite3 bills \”insert into bills values (\”$name\”,$date_now, $date_now,$1)\”
OK, now in the next post we will see a simple application that I am currently developing or planning.
Related articles by Zemanta
- Tobu Tutorial (tobu.lightbird.net)
- OpenOffice gets Ubuntu-media friendly (go.theregister.com)
- Using TransactionScope with SQLite (elegantcode.com)
- Flash And The City 2010 (slideshare.net)
Link to this post!
1 reply on “SQLite – simple use in scripts”
[…] This post was mentioned on Twitter by Amit Agarwal, Amit Agarwal. Amit Agarwal said: republished SQLite – simple use in scripts on http://ping.fm/xsj5u […]
You must log in to post a comment.