Greetings, i'm designing two independent java Apps, both use SQLite.

What i have:
A main Java aplication, with a main DB1 (schema1). Many satellite
identical Java applications (or instances of the same code if you
prefer), each with their own DB2 (schema2, a subset of schema1,
smaller, with some strutural changes).

What i need:
To read some info from DB1/schema2, adapt it to schema2, and insert
into DB2.

What i've managed so far:
Copy a skeleton file of schema2
Create two DB-connections

I've tried a "SELECT field1,field2 INTO tableA in 'newSchema2.sqlite'
" with no success. This was being done on the main conenction.

How can i make the connections see each other? Any constructive
criticism? Sugestions on how to do this?

Sorry if some of this is regular Java and sorry i've only did a
minimal search but i've only 22h left of joy... ;)
--~--~---------~--~----~------------~-------~--~----~
Mailing List: http://groups.google.com/group/sqlitejdbc?hl=en
To unsubscribe, send email to [email protected]
-~----------~----~----~----~------~----~------~--~---

Reply via email to