Re: postgresql
- From: Jan Kandziora <jjj@xxxxxx>
- Date: Wed, 28 Mar 2007 18:51:07 +0200
Tavanda Kosan schrieb:
i just want to make some practise for my sql lecture.
To exercise SQL, a file based SQL database like SQLite may be the better
choice. Just install it, type
$ sqlite3 mydb
SQLite version 3.3.8
Enter ".help" for instructions
sqlite>
Then enter SQL commands like CREATE TABLE ... and see what happens.
Kind regards
Jan
.
Relevant Pages
- Re: Databases - DAO and ADO
... the readme files (except the one I think is in German;) ... I was very impressed with the speed comparisions between the ADO and SQLite. ... The Example I've posted does work with Recordsets. ... SQL has a lot more to offer - so why not use that builtin ... (microsoft.public.vb.general.discussion) - Re: Is it just me, or is Sqlite3 goofy?
... be saying it has gasoline engine. ... SQL database, with an SQL engine. ... criticisms directed at SQLite. ... (comp.lang.python) - Re: MVPs, Points, OP, etc.
... should learn how to use SQLite for my particular VB6 ... SQLite - when used over ADO-like wrapper-classes would ... When this switch is Off - then you compare more the engines ... just start with SQL and classbased DataAccess-Layers. ... (microsoft.public.vb.general.discussion) - Re: MVPs, Points, OP, etc.
... should learn how to use SQLite for my particular VB6 ... SQLite - when used over ADO-like wrapper-classes would ... When this switch is Off - then you compare more the engines ... just start with SQL and classbased DataAccess-Layers. ... (microsoft.public.vb.general.discussion) - Re: SQLwaterheadretard3 (Was: Is it just me, or is Sqlite3 goofy?)
... thread who criticized SQLite. ... not a database, or not an SQL database, or other expletives. ... If you are too impatient to read the documentation, ... (comp.lang.python) |
|