Re: [sqlite] Importing Oracle 8.1.7 data into SQLite

2006-07-20 Thread Jay Sprenkle
On 7/20/06, Vinod Inamdar <[EMAIL PROTECTED]> wrote: Dear All, I am a newbie to SQlite and I require the above mentioned functionality in the subject line for a specific project. Is it possible to import Oracle 8.1.7 data into SQLite. Also is it possible to export data from SQLite to Oracle 8.1

Re: [sqlite] Importing Oracle 8.1.7 data into SQLite

2006-07-20 Thread John Stanton
Write it out in SQL and read in the SQL. A bit clumsy, but simple. Vinod Inamdar wrote: Dear All, I am a newbie to SQlite and I require the above mentioned functionality in the subject line for a specific project. Is it possible to import Oracle 8.1.7 data into SQLite. Also is it possible to