SQLite Tutorial
Loading...
31,352
Uploader Comments (Jaynonymous1)
see all
All Comments (21)
-
Thank you very much for this tutorial; helped me a lot.
-
@Jaynonymous1, the GEIN:: system at "Deathrow" (currently available in the cluster) is an Alpha processor-based node. Or, did you mean if besides an Alpha port there's a VAX port as well? I haven't seen any of the latter, but I could probably build you a port most likely. (So you could use it on FAFNER:: or any other public access VAX node, or inside an emulator.)
-
Very good, you was simple and efficient like @doubl3dge said.
-
Thanks that was quite enlightening :-)
Loading...
sqllite exact same as mysql command line?
nextblain 1 week ago
@nextblain - The SQL is very close. The built-in functions are different. Same name, different effect in few cases, same effect, different name in other cases. The "dot" commands (e.g. .quit, .schema, etc) are not there in the MySQL command line as far as I know.
Jaynonymous1 1 week ago
how to install sqlite3?
tarunpai 2 months ago
@tarunpai On Ubuntu, it is "sudo apt-get install sqlite3" or "sudo apt-get install sqlite". On windows, go to the sqlite download page, get the zip file for the sqlite shell, unzip it, and copy the utility to your windows system32 folder.
Jaynonymous1 2 months ago
If anyone wants to try out SQLite, it's available on the "Deathrow" remote access OpenVMS cluster.
You only need to define the following foreign DCL command and you're ready to go:
"$ SQLITE :== $DISK$USERS:[USERS.PAPO.BIN]SQLITE.EXE"
eMGeeGFX 3 months ago
@eMGeeGFX So does SQLite work on VAX/VMS?
Jaynonymous1 3 months ago