Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Multiple database multiple conneciton problem.

 
Ranch Hand
Posts: 158
Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
Dear All!

Wht should i ve 2 do DBConnection class if i ve multiple databases.

like i ve
1. dbAccount04
2. dbSale04
3. dbPurchase04

While working in dbAccounts i also have 2 get result from dbSale and dbPurchase in single form.

plz be informed that these 3 database are changed yearly as u can c "04" at last.

Plz guide me.
 
Ranch Hand
Posts: 47
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
hi

r u sure u have 3 separate datatbases? i think these r 3 diff tables in a database!! well whatever....u can create 3 diff connections to access the data. i think their should'nt be any problem with that.

correct me if i m wrong.
Ashish
[ October 18, 2004: Message edited by: Ashish Vegaraju ]
 
Sheriff
Posts: 4313
Android IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Report post to moderator
We've got an entire forum dedicated to DB questions like this. I'm going to move this to the JDBC forum.
So please post your replies there. Thanks!

.....................

Ahh... it looks like you've already posted this thread here. Please don't post duplicate threads in multiple forums. It makes a conversation difficult to follow. Please post your replies in the original thread.
[ October 18, 2004: Message edited by: Jessica Sant ]
 
    Bookmark Topic Watch Topic
  • New Topic