Please help me. I would normally work in VB (though have been working in mainframe technologies for the past year), but as our project hasn't much work at the minute I've been handed this web project in Visual Interdev to work in. Although I've asked for training in it their response was 'well it doesn't need to be done that quickly'... gee thanks!
There are two projects, one live version and one development. Each connect to an access database through a SQL database. There is an ODBC connection in System DSN to help this along. The live site works just fine. The development site (where I should be testing my new code) flops on the beach like a dead whale as soon as I try to connect to the database (for example, when I enter the logon name and password and then press 'OK').
Here is my error message:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/ptrdev1/password1.asp, line 45
I have already tried the various solutions offered by the MSDN but to no avail. I'm beginning to think it's a problem with the SQL database.
Any ideas?????
Yours in desperation as otherwise I may have to brain myself with my desk.
BatCat
There are two projects, one live version and one development. Each connect to an access database through a SQL database. There is an ODBC connection in System DSN to help this along. The live site works just fine. The development site (where I should be testing my new code) flops on the beach like a dead whale as soon as I try to connect to the database (for example, when I enter the logon name and password and then press 'OK').
Here is my error message:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
/ptrdev1/password1.asp, line 45
I have already tried the various solutions offered by the MSDN but to no avail. I'm beginning to think it's a problem with the SQL database.
Any ideas?????
Yours in desperation as otherwise I may have to brain myself with my desk.
BatCat