This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
> Hello, > > I am working with one of our developers to begin utilizing Macromedia's > UltraDev. We are experiencing difficulty trying to connect to our dB > (MySQL) which resides on a Linux box. I uploaded the latest JDK file to the > server and believe that I have the correct drivers in place. I am not that > literate with JAVA - how can I check the configuration of the install to > confirm that it was done correctly? > > Many thanks in advance. > > Josh
Apu Nahasapeemapetilon
Ranch Hand
Joined: Sep 06, 2000
Posts: 51
posted
0
Josh, Can you connect to the DB other ways (sql session, Access)? If you can, what are the jdbc errors you are recieving? Depending upon what drivers you use, you may or may not even need the JDK on the server. You'll need it on the client. To check the config of the install, just type java -version. If you get the java version, the install should be ok. Dependent upon path, of course.