Good evening,
I see that there is no error description anymore, which does mean that you changed the relevant thing. :-)
Support Error Code:- err_mySQL_
I would have expected now some thing like
Support Error Code:- err_mySQL_[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specifiedrn a
The database driver should have returned some text describing the error but has returned an empty string.
You could replace err.Description with err.Number and Google the returned code, it will be something like -2147467259, but this might be pretty generic.
Beyond this I have no more ideas, I am new to having a WebWiz forum and am still learning my way around the internals.
I wouldn't assume that Cold Fusion is accessing the database in the same way as Web Wiz though.
Bye
Ian