The sqlite runs in a Linux environment and can be accessed through a web
server. The ms sql server resides in a windows environment and has its own
web server. Can this still be possible? It's more of like having a server to
server communication. Is this programmatically possible?


John Stanton wrote:
> 
> You could register a trigger and write a user function which reads the 
> row you just inserted, updated or deleted and writes it to the othe DB. 
>   The user installed Sqlite function can inherit the open database 
> connection as userdata.
> 
> maitong uy wrote:
>> Hello there,
>> 
>> 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?
>> 
>> Thanks
> 
> 
> -----------------------------------------------------------------------------
> 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#a11532408
Sent from the SQLite mailing list archive at Nabble.com.


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

Reply via email to