• 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

Guide Me On That

 
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello
I am a table using sql than save it now i want to make connection with the java class using JDBC what should i do at DSN? Which driver i select? at what string pass to it(if any)?. Please help me on that.
Thank You
Best Regards
Uzair Baig
 
Ranch Hand
Posts: 1923
Scala Postgres Database Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You need to tell us at least what RDBMS you use. Oracle? Postgres?
You need the name of the database (test, foo, shop, aerospace, ...?)
You need an appropriate Driver for the RDBMS - look at the vendors-site (Oracle, Postgres).
Look for a JDBC Driver, not JDBC-ODBC.
And please use better question- titles the next time. (i.e.: How to connect to database XY?)
[ April 06, 2004: Message edited by: Stefan Wagner ]
 
Muhammad Uzair Baig
Greenhorn
Posts: 12
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I using oracle my dear and i didnt found any appropriate driver. I Using Microsoft ODBC for oracle but it is not working.
Best Regards
Uzair Baig
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic