i just recently put coldfusion on a WAMP install.
i tried setting up an access databases as a datasource (which used to work fine in coldfusion on IIS) and i got the following error:
im not much of a deep down geek, so i dont know what to do besides panic when cf fails. i know the file its pointing to is a legit mdb file that works. driver type set to "microsoft access" it is not opened anywhere else when i try to access it in CF.
in services i have "coldfusion 8 odbc agent" and "coldfusion 8 odbc server" started.
i cant figure out whether i need to update odbc drivers, or where i would get them or what else to try. it always just worked for me in the past. i can connect to mysql datasource no problem.
ideas?
i tried setting up an access databases as a datasource (which used to work fine in coldfusion on IIS) and i got the following error:
Code:
Connection verification failed for data source: wfp3241_hmstore
java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]The specified data source is not defined.
The root cause was that: java.sql.SQLException: [Macromedia][SequeLink JDBC Driver][SequeLink Server]The specified data source is not defined.
im not much of a deep down geek, so i dont know what to do besides panic when cf fails. i know the file its pointing to is a legit mdb file that works. driver type set to "microsoft access" it is not opened anywhere else when i try to access it in CF.
in services i have "coldfusion 8 odbc agent" and "coldfusion 8 odbc server" started.
i cant figure out whether i need to update odbc drivers, or where i would get them or what else to try. it always just worked for me in the past. i can connect to mysql datasource no problem.
ideas?