• 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

the specified database driver cannot be found ??

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Pls help me. it might be a small thing, but I just can't figure it out.
when I tried to start the persistent name server in VisualAge Websphere test environment. I specified :
BootStrap port : 900
Database URL: jdbc:sybase:Tds:xxx.xxx.xxx.xxx:xxxx
Database Driver: com.sybase.jdbc2.jdbc.SybDriver
Databse ID:xxx
Databse password:xxxx
Trace level: LOW
but it come back a error saying "the specified database driver cannot be found", should I specify the full path of the Sybase JDBC driver file in somewhere ? & where?
Pls help, Thanks a lot !
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Have you included the JConnect driver classes (ZIP or jar file )either to the system classpath or to the project classpath in your VA Java.
Hope this will help you.
Good luck.
Narendra
 
Sylvia Wang
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Yes. it's ok now after I specified Sybase driver (the .jar) in
window->option->resource page
Thanks.
 
reply
    Bookmark Topic Watch Topic
  • New Topic