View Full Version : SQLite in Setup Factory.
tigran
12-13-2007, 11:47 AM
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!
SQLite is a self contained database engine. It will not work on regular Access SQL databases.
Adam Kapilik
tigran
12-13-2007, 12:59 PM
Thanks. What solution would you offer for manipulating SQL Server on a remote server from SetupFactory?
jassing
12-14-2007, 10:28 AM
Thanks. What solution would you offer for manipulating SQL Server on a remote server from SetupFactory?
What do you need to do?
tigran
12-14-2007, 01:39 PM
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.
jassing
12-14-2007, 01:58 PM
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
vBulletin® v3.8.4, Copyright ©2000-2010, Jelsoft Enterprises Ltd.