If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Dreamweaver MX Database / JSP

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 12-10-03, 16:47
Ice725 Ice725 is offline
Registered User
 
Join Date: Dec 2003
Posts: 1
Dreamweaver MX Database / JSP

My Question is, how do I set up mySQL driver so I can access a mysql database from dreamweaver mx, using IIS?

I get the following error message:

org/gjt/mm/mySQL/Driver

Class Not Found

I use Dreamweaver's built in Database connection tool. (Window - Databases) I would like to use mySQL as my database, so I choose that from the choices. Then I supply a connection name and leave the Driver info as org.gjt.mm.mysql.Driver.

Do I need the folder structure of org/gjt/mm/mysql/Driver.class inside my dreamweaver mx site folder inside inetpub/wwwroot? Or...

c:/inetpub/wwwroot/mysite/org/gjt/mm/mysql/Driver.class

In the past, I've always used Tomcat webserver and was successfull in displaying database information in my JSP. Can anyone help me so I can use Dreamweaver and IIS to connect to a mySQL database?
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On