User Tag List

Page 2 of 4 FirstFirst 1 2 3 4 LastLast
Results 11 to 20 of 34

Thread: [New Extension] SQLite 3 - Public beta 1

  1. #11
    Clicker Fusion 2.5 Developer

    Join Date
    May 2007
    Posts
    548
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [New Extension] SQLite 3 - Public beta 1

    I see. I thought that the "Multimedia Fusion 2" version information would be good for both versions. I'll rebuild the installer as soon as I can. Thanks for reporting this.

    Andre Guerreiro

  2. #12
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: [New Extension] SQLite 3 - Public beta 1

    Thanks Byo

  3. #13
    Clicker Fusion 2.5 Developer

    Join Date
    May 2007
    Posts
    548
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [New Extension] SQLite 3 - Public beta 1

    Thanks for the support.

    I'm going to add a new installer in the File Archive forum before making it official so those who have the MMF2Dev version could test it.

    [EDIT]
    Click here to download the new installer.
    Thanks.

    Andre Guerreiro

  4. #14
    Clickteam Clickteam
    Jeff's Avatar
    Join Date
    Jun 2006
    Location
    Battle Ground Washington
    Posts
    11,825
    Mentioned
    8 Post(s)
    Tagged
    2 Thread(s)

    Re: [New Extension] SQLite 3 - Public beta 1

    Works like a charm!

    Good to go

  5. #15
    Clicker Fusion 2.5 Developer

    Join Date
    May 2007
    Posts
    548
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [New Extension] SQLite 3 - Public beta 1

    Thanks. Good to know that.

    Could someone please test if the extension works in MMF2DEV properly? I think I may need to configure something especifically for the the Developer version. If everything works, then it's ok. And it's set to work only from build 247 and above (default in the rSDK).

    Any sugestions to improve the extension are welcome too.

  6. #16
    Clicker Multimedia Fusion 2 Developer

    Join Date
    Jul 2006
    Location
    Denmark
    Posts
    1,812
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [New Extension] SQLite 3 - Public beta 1

    Theres something I don't get.
    How the hell do you connect to a database

    I mean, it wants me to include the full path, but sofar I know, the path should be "localhost" and the username and password should be an input required to connect to anything at all.

    This extension is merely confusing.

  7. #17
    No Products Registered

    Join Date
    Jun 2006
    Posts
    625
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [New Extension] SQLite 3 - Public beta 1

    SQLite doesn't connect to a remote db like MySQL or others. That's exactly the point of this library actually, and that's why it's the most used database.

    In SQlite a database is a single file

  8. #18
    No Products Registered

    Join Date
    Feb 2008
    Posts
    209
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [New Extension] SQLite 3 - Public beta 1

    Thanks byo! It works now

  9. #19
    No Products Registered

    Join Date
    Jul 2006
    Location
    www.dingdongstudios.co.nr
    Posts
    505
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [New Extension] SQLite 3 - Public beta 1

    So how do you create a new database? Or does it automatically do it if you start adding data?

  10. #20
    Clicker Fusion 2.5 Developer

    Join Date
    May 2007
    Posts
    548
    Mentioned
    0 Post(s)
    Tagged
    0 Thread(s)

    Re: [New Extension] SQLite 3 - Public beta 1

    dingdong: Use the action Open database file and enter the file full path. If the database doesn't exist, it'll be created and then you can start adding tables, views, triggers, etc.

    If it exists already, you'll just open the file (although you can change this behaviour - see below).

    Right now, there are three options to open a database file, and this goes as a second parameter to the Open database file action:

    0 - ReadOnly
    You'll be able to only retrieve the data from the file but never write any information to it. If the file doesn't exists, it won't be created. If you try to write data, the last error message (retrievable with an expression) will state that the database is in read only mode.

    1 - ReadWrite(Open)
    That means you can open a given database file for read/write operations.

    2 - ReadWrite(Create)
    This will overwrite the database file even if it exists already so use this option wisely.

Page 2 of 4 FirstFirst 1 2 3 4 LastLast

Similar Threads

  1. [PUBLIC BETA] iOS Bluetooth Extension
    By Tim in forum iOS Export Module Version 2.0
    Replies: 21
    Last Post: 2nd August 2012, 07:32 PM
  2. New extension: Sticky object (public beta 1)
    By Anders in forum Extension Development
    Replies: 51
    Last Post: 6th August 2009, 05:56 AM
  3. New extension: OpenGL object (public beta 1)
    By Zyx in forum Extension Development
    Replies: 99
    Last Post: 11th December 2008, 11:00 PM
  4. SQLite 3 public beta 1 download link
    By byo in forum File Archive
    Replies: 10
    Last Post: 3rd March 2008, 01:29 PM

Posting Permissions

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