The program is in C, can it write to an sql server that resides on another
server?


Griggs, Donald wrote:
> 
>  
> Regarding:
> 
>   I'm new to sqlite and I was wondering if there is a way to
> programmatically replicate table data from a database in sqlite server
> to another database in ms sql server? I'm hoping to do this without any
> user intervention(the application will do it automatically). Is this
> possible?
> 
> ----
> 
> Your program can concurrently write and delete the same data to another
> database that you are writing to sqlite.  Am I addressing your question?
> 
> 
> Sqlite's TRIGGER feature might make this easier for you.
> 
> -----------------------------------------------------------------------------
> To unsubscribe, send email to [EMAIL PROTECTED]
> -----------------------------------------------------------------------------
> 
> 
> 

-- 
View this message in context: 
http://www.nabble.com/Replicating-table-data-from-sqlite-to-ms-sql-server-tf4053878.html#a11532410
Sent from the SQLite mailing list archive at Nabble.com.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to