Indigo Rose Software

Professional Software Development Tools

 
Results 1 to 6 of 6
  1. #1
    Join Date
    Apr 2007
    Posts
    57

    Grin SQLite in Setup Factory.

    My setup needs the ability to manipulate a remote database (ACCESS, SQL) on a server. It looks like SQLite plugin does the job.

    However, I couldn't find SQLite plugin in SetupFactory.

    Does IndigoRose have the instructions on how to tweak SQLite to work with Setup Factory? If no, then is there an alternative solution you can recommend?

    Thanks!

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    SQLite is a self contained database engine. It will not work on regular Access SQL databases.

    Adam Kapilik

  3. #3
    Join Date
    Apr 2007
    Posts
    57

    Grin

    Thanks. What solution would you offer for manipulating SQL Server on a remote server from SetupFactory?

  4. #4
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863
    Quote Originally Posted by tigran View Post
    Thanks. What solution would you offer for manipulating SQL Server on a remote server from SetupFactory?
    What do you need to do?


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

  5. #5
    Join Date
    Apr 2007
    Posts
    57
    I need to grab some info from the log file generated by the setup and insert it into remote SQL Server for quality control purposes.

  6. #6
    Join Date
    Jan 2001
    Location
    Anderson Island, WA, USA
    Posts
    2,863
    Quote Originally Posted by tigran View Post
    I need to grab some info from the log file generated by the setup and insert it into remote SQL Server for quality control purposes.
    if we're talkign mssql -- you can use the command line... Not sure about the remoteness tho.

    osql -c "insert into thedb.thetable (fid1, fid1) vlues ('abc', 123)" -U someguy, -P hispw


    (Click here to contact me)
    Providing Independent Professional Consulting Services for
    IndigoRose products, World Wide.
    Located in -8:00 (-7:00 DST) GMT Timezone (Western United States)

Similar Threads

  1. Learning Setup Factory 7.0
    By Ted Sullivan in forum Setup Factory 7.0
    Replies: 0
    Last Post: 09-22-2004, 01:01 PM
  2. New Features in Setup Factory 7.0
    By Ted Sullivan in forum Setup Factory 7.0
    Replies: 0
    Last Post: 08-12-2004, 12:13 PM
  3. HOWTO: Distribute an AutoPlay Application with Setup Factory 6.0
    By Support in forum AutoPlay Media Studio 4.0 Examples
    Replies: 0
    Last Post: 10-25-2002, 02:33 PM
  4. FAQ: Setup Factory 5.0 Frequently Asked Questions
    By Support in forum Setup Factory 5.0
    Replies: 0
    Last Post: 10-10-2002, 09:50 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