Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 4 of 4
  1. #1
    Join Date
    Sep 2008
    Posts
    55

    Connecting to SQL database

    Hello,
    Is there any way to use Autoplay to use the information gathered to connect to a database and make a record. The SQLLite plugin says
    Note: The SQLite database engine is not a client used to connect to a big database server. It is the server. The SQLite database engine reads and writes directly to and from database files on disk.
    Is there a way to do this? Possibly HTTP.Submit()?

  2. #2
    Join Date
    Apr 2005
    Location
    São Paulo, Brazil
    Posts
    2,539
    The SQLite plugin communicates only with SQLite databases, which are locally stored and file-based. Another kind of file-based databases are *.mdb files, created by MS Access, which can be accessed with the xMDB plugin.

    Other databases, like SQL Server, Oracle, Sybase, Firebird, MySQL etc. can be accessed locally and remotely with the ODBC plugin, but you might need to install the appropriate ODBC driver for the database first, as not all drivers come preinstalled with Windows.

    Ulrich

  3. #3
    Join Date
    Sep 2008
    Posts
    55
    Thank you! I will try that.

  4. #4
    Join Date
    Jul 2004
    Location
    Denmark
    Posts
    336

    SQLite to MySQL

    You could all so try to have a look at the sample we made some time ago in the examples forum. We created an AMS app. that connects and send and recieves data from a MySQL database using the same structure as SQLite uses.

    This means that you could copy the functions in the sample and then use the documentation for the SQLite plugin to work out the rest.

    cheers,
    Jonas

Similar Threads

  1. connect to sql database in the ftp
    By lnd in forum AutoPlay Media Studio 6.0
    Replies: 5
    Last Post: 08-02-2009, 11:57 AM
  2. Bet Way to Patch SQL database
    By kerinbanner in forum TrueUpdate 3.5 Discussion
    Replies: 1
    Last Post: 09-03-2008, 07:10 AM
  3. Database Actions
    By RizlaUK in forum AutoPlay Media Studio 7.5
    Replies: 7
    Last Post: 06-02-2008, 06:17 AM
  4. SQL logic error or missing database
    By RizlaUK in forum AutoPlay Media Studio 6.0
    Replies: 5
    Last Post: 01-29-2007, 05:48 PM
  5. Configuring a ODBC DSN using InstallODBC.exe for a SQL Server database
    By candideiroforos in forum Setup Factory 6.0
    Replies: 3
    Last Post: 07-28-2003, 02:09 AM

Posting Permissions

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