Originally posted by Douglas C. Horner
View Post
Announcement
Collapse
No announcement yet.
SQLite Forums suggestions
Collapse
X
-
Originally posted by Stuart McLachlan View PostIf you use Firefox as your browser, the SQLite Manager extension is pretty good.
http://code.google.com/p/sqlite-manager/
Leave a comment:
-
-
Originally posted by Paul Squires View PostOh, and rather than having to mess with the command line program you can use one of many (mostly all are free) programs to design and test your databases. The one that I use all the time is SQLite Expert. You can find it at: http://www.sqliteexpert.com/download.html
http://code.google.com/p/sqlite-manager/
Leave a comment:
-
-
i have found many good sqlite threads at www.stackoverflow.com
they have a "tag" for sqlite so you can find the posts easily (enter sqlite* as the tag you want).
-don
Leave a comment:
-
-
Oh, and rather than having to mess with the command line program you can use one of many (mostly all are free) programs to design and test your databases. The one that I use all the time is SQLite Expert. You can find it at: http://www.sqliteexpert.com/download.html
Leave a comment:
-
-
Originally posted by Douglas C. Horner View PostIt appears it takes more code to accomplish a task in SQLite verses SQL_Tools.
Leave a comment:
-
-
Thanks for the replies guys. It appears it takes more code to accomplish a task in SQLite verses SQL_Tools. I have been quite spoiled by the ease of SQL_Tools over the years.. Thanks Eric!
Leave a comment:
-
-
Douglas,
Here's one to check out.
Darrell
Leave a comment:
-
-
Type .help followed by the Enter key in the SQLite console window and the appropriate commands are displayed. You will see that .quit followed by the Enter key will exit the application. For use with PB, you might look at the SQLightning forum on Paul Squires site www.planetsquires.com
David
Leave a comment:
-
-
Originally posted by Chris Holbrook View PostCtrl-C does it for me.
Leave a comment:
-
-
Originally posted by Gary Stout View PostDoug,
You might take a look at www.sqlite.org
There is a lot of good information there or of course, Paul's website for more specific SQLitening information.
HTH,
Gary
Leave a comment:
-
-
Originally posted by Douglas C. Horner View PostWhat is this ...> prompt and how do I get out of it. I can't find anything on the website for sqlite or Google for that matter.
Leave a comment:
-
-
Doug,
You might take a look at www.sqlite.org
There is a lot of good information there or of course, Paul's website for more specific SQLitening information.
HTH,
Gary
Leave a comment:
-
-
SQLite Forums suggestions
I decided to give SQLite a whirl on one of my applications. I have some basic questions and would like a suggestion for a forum I could join to get my questions answered. Does anyone here have a suggestion for a good SQLite forum?
I do have one question while I am at it..
After creating the sample table and entering exit at sqlite3> prompt the command line drops to ...> and I can't get out of the program not matter what I try. I have to close the cmd window.
What is this ...> prompt and how do I get out of it. I can't find anything on the website for sqlite or Google for that matter.Last edited by Douglas C. Horner; 1 Oct 2009, 11:57 PM.Tags: None
-
Leave a comment: