If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > General > Chit Chat > final year project/dissertation on "Creating a GUI to SQLite"

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-08-05, 05:55
sqlite_gui sqlite_gui is offline
Registered User
 
Join Date: Dec 2005
Posts: 3
final year project/dissertation on "Creating a GUI to SQLite"

Hi, I am doing my final year project/dissertation on "Creating a GUI to SQLite"

I am after help for my analysis phase and would like any comments/help from any members please.

I would like information regarding SQLite for the following if at all possible:-

Why users use SQLite instead of other SQL databases?
Would a GUI detract users from using SQLite?

Regarding the GUI to SQLite:-

What features a GUI MUST have?
What features you would LIKE a GUI to have?
What features you would NOT LIKE to have?

Any help on these questions or any other information you may feel would help me on my journey would be greatfully appreciated.

You can contact me at my University email address on john.newby@unn.ac.uk

Many thanks for your help.

John.
Reply With Quote
  #2 (permalink)  
Old 04-14-06, 10:18
SnowCrash SnowCrash is offline
Registered User
 
Join Date: Mar 2004
Location: Basel, Switzerland
Posts: 6
Sqlite GUI

Hi I came across your questions. I hope my answers are not to late...

Why users use SQLite instead of other SQL databases?
I use Sqlite because it is included in PHP5. This way I don't have to pay my provider extra money for a database (I use it on my website).

Would a GUI detract users from using SQLite?
No, I think that would be helpfull.

What features a GUI MUST have?
Create/load/delete database
Show all tables, columns, indexes and table data
SQL interface

What features you would LIKE a GUI to have?
Sql syntax highlighting, code assistance (Sql documentation, etc.)
Information about locking status

Happy Easter
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On