aspose file tools
The moose likes JDBC and the fly likes MySQL and DSNless connectivity Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "MySQL and DSNless connectivity" Watch "MySQL and DSNless connectivity" New topic
Author

MySQL and DSNless connectivity

Sam Smoot
Ranch Hand

Joined: Apr 18, 2002
Posts: 238
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!


CNSS/NSA Infosec Professional,<br />Software Engineer
Annie Smith
Ranch Hand

Joined: Mar 05, 2005
Posts: 172
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


Cheers!<br /><b>Annie</b>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: MySQL and DSNless connectivity
 
Similar Threads
applet db access mediated by jsp db access
DSN less connection
JDBC without DSN
Error while starting jboss(java.lang.ClassNotFoundException: No ClassLoaders found for: com.mysql.j)
naive server ip connection question