• Post Reply 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

JDBC connection..

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,
Iam having a problem ..
I have two database servers and a webserver.
one database is Oracle8i say its in USA and other is
SQL server(this machine is itself a webserver) say its in canada.My webserver is in USA . now i need to write a servlet to transfer data from SQLserver to Oracle 8i. How do i open two connection one for Oracle and other for SQL.
Do i need to install some JDBC driver on my SQLserver machine ..or is it something else ......
Thanx in advance
Regards
Edwin
[This message has been edited by Edwin (edited July 21, 2000).]
reply
    Bookmark Topic Watch Topic
  • New Topic