• 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

MySQL and DSNless connectivity

 
Ranch Hand
Posts: 238
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you connect to MySQL via a DSNless connection? I am creating a small internal application for my department and I have installed MySQL on a file server we have for internal use, but not as a service. This is due to the fact that we have the authority to use the space, but we can't actually modify the server itself (it's handled by another group... good ol' corporate red tape and such).

All help is greatly appreciated.

Thanks!
 
Ranch Hand
Posts: 172
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
You could use Connector/J for MySql
http://dev.mysql.com/downloads/connector/j/3.1.html
http://www.stardeveloper.com/articles/display.html?article=2003090401&page=1
 
reply
    Bookmark Topic Watch Topic
  • New Topic