----- Original Message -----
From: "ahmed abdel-haffiez" <[EMAIL PROTECTED]>
To: <sqlite-users@sqlite.org>
Sent: Monday, November 07, 2005 7:58 AM
Subject: [sqlite] SQLite-Oracle replication
i need to know whether the SQLite supports replication with oracle or
not. what is the type of replication supported? is it merge?
snapshot...?...? if so, what are the steps i have to follow to do so?
SQLite is a small footprint, multi-platform database engine. There is no
interoperability with other database engines built-in. Such a task is
beyond the scope of the project.
If you want Oracle replication, you'll have to write the code yourself or
find someone on the net that has already done it.
Robert