@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.
@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, 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.)
@CamiloSanchez1979 Check out my video on SQLite and Javascript. In it you'll find the code for how to use it in a browser based on WebKit such as Chrome or Safari.
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
@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.)
eMGeeGFX 3 months ago
Very good, you was simple and efficient like @doubl3dge said.
gilgomesp 5 months ago
Thanks that was quite enlightening :-)
atma 9 months ago
How do u embed this in a web browser?
CamiloSanchez1979 11 months ago
@CamiloSanchez1979 Check out my video on SQLite and Javascript. In it you'll find the code for how to use it in a browser based on WebKit such as Chrome or Safari.
Jaynonymous1 11 months ago
quit striking the keys so hard. :)
projectptube 1 year ago
@projectptube Sorry about that. I'm and old-school guy who learned to type on a manual typewriter.
Jaynonymous1 1 year ago
well can you tell me how to use it with c language to extract data from file(database)
waqas143nust 1 year ago
Awesome work! Helped me a lot.
DevonHartigan 1 year ago
thank's for this tutoriaL
aissa336 1 year ago
Simple and efficient. Many Thanks.
doubl3dge 1 year ago
thank you for this video tutorial
GeneTuberify 1 year ago
Cool!
c2designkitchen 2 years ago