|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
Need help in an asp assignment I do....
A file attached, if you can help me figure out what is the bug in here I would really appriciate it...of course only the ones who have IIS or PWS or any other ASP server can help me...
Thanks!!! |
|
#2
|
||||
|
||||
|
Ok, first thing.....if you need help in this way you need to include everything in the Zip file including the database. Otherwise we an't see where the problem is. Secondly, what problem/error are you having? Basically we need more details.
__________________
The answers are out there somewhere....it's just a matter of finding them!!! Did you find my answer useful, helpful, the business?? If so, vote for me by clicking on the "scales of justice". |
|
#3
|
|||
|
|||
|
I'm sorry...here's the file with everything
Secondly, the error is this: Microsoft OLE DB Provider for ODBC Drivers- Error '80004005' [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified /daniel/addasp.asp, line 13 According to this, this is the line caused the error: oConn.Open "driver=MS Access Database(*.mdb);" & _ I don't know what to do... |
|
#4
|
||||
|
||||
|
Here's the fixed version....
|
|
#5
|
|||
|
|||
|
Thanks man....but it's still doesn't work...
It's the same line that does the problem... |
|
#6
|
||||
|
||||
|
Are sure you're using my fixed version of addasp.asp? I've just tested it again and it works fine. This is what I changed for the database connection:
oConn.Open "DRIVER={Microsoft Access Driver (*.mdb)}; " & _ "Dbq=D:\Abyss Web Server\htdocs\Daniel\ADD.mdb;" & _ "Uid=admin;" & _ "Pwd=;" |
|
#7
|
|||
|
|||
|
I checked, and yes, i used your fixed version.
And I also tested again, and that's what it writes: Microsoft OLE DB Provider for ODBC Drivers- Error '80004005' Specified driver could not be loaded due to system error 126 (Microsoft Access Driver (*.mdb)). /daniel/addasp.asp, line 13 |
|
#8
|
||||
|
||||
|
Take a look here and read the suggested resolutions:
http://zebro.everperfect.com/techdocs/80004005.htm |
|
#9
|
|||
|
|||
|
But i'm not using IIS, i'm using Abyss Web Server because I have XP home which doesn't support IIS
|
|
#10
|
||||
|
||||
|
Ok, here's Microsofts solution to the error your getting:
http://support.microsoft.com/defaul...kb;en-us;260558 |
|
#11
|
|||
|
|||
|
Thanks for your help...really....but no success in fixing it.
I'll try tommorow to install Office 2000 and its access driver and see if it will work....my senses tell me that it will... Thanks again ![]() |
![]() |
| Viewing: ASP Free Forums > Other > Programming Help > Need help in an asp assignment I do.... |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|