If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > JAVA > Making a connection between multiple databases

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 02-22-10, 20:51
cyrodjohn cyrodjohn is offline
Registered User
 
Join Date: Feb 2010
Posts: 1
Exclamation Making a connection between multiple databases

I'm using JAVA DB (derby)

I want to import a public view of my data to another database (also in java db).

I want to pass this data and save in to the other database. I'm having trouble since the general rule is one connection to one database.

Help would be much appreciated.
Reply With Quote
  #2 (permalink)  
Old 02-24-10, 16:10
n_i n_i is offline
:-)
 
Join Date: Jun 2003
Location: Toronto, Canada
Posts: 4,449
Quote:
Originally Posted by cyrodjohn View Post
the general rule is one connection to one database.
Never have heard of such rule. As far as I know, nothing in the JDBC specification prevents you from creating as many connections as can fit in memory (you are using JDBC, aren't you?)
Reply With Quote
Reply

Tags
derby, java db, multiple connections

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On