Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 2 of 2

Thread: SQLite

  1. #1
    Join Date
    Mar 2004
    Location
    Alabama
    Posts
    109

    SQLite

    I have been fooling around with the SQLite plug in by changing around the tmeplate provided, etc.
    The problem I am having is adding fields to the databse. I can add the place to input them and display them.

    How do I add the "columns" so to speak to the db?

    Thanks,
    Patrick

  2. #2
    Join Date
    Jul 2002
    Location
    USA
    Posts
    3,959
    This is in the Projects/Actions/On Startup. It is the code that creates the database.

    Code:
    SQLite.Query(db,"CREATE TABLE Websites(RecordID integer primary key, Name text, URL text, Username text, Password text)");

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts