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?