• 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

Datasource problem with Windows 98

 
Ranch Hand
Posts: 79
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi
I am writng this code to run my Datasource and this works fine in Windows XP but when i use the same code in WINDOWS 98 i get a problem like method not supported. Does this mean that Datasource is only supported by XP and not by 98. I mean is the DataSource dependent on OS or the WEBCONTAINER used.
DataSource=getDataSource(req,keyvalue).
where keyvalue=userDB,req=HttpServletRequest object.
Type of datasource used is "org.apache.commons.dbcp.BasicDataSource"

Thanks in advance
regards
Prashanth
 
Consider Paul's rocket mass heater.
reply
    Bookmark Topic Watch Topic
  • New Topic