I am getting unspecified Error in my asp page(before this error i just opened the access table physically and closed it.)
Generlly if i open the access table which has been coded in the programme
i get
unable to open registry key like this Error..
then i close table i ll refresh page it will work properly.now
it is showing
Error Type:
Provider (0x80004005)
Unspecified error
/manage/Emailworkorder. asp, line 204
i refreshed it but i am not getting my page
line 204 is
<code>
CNObj.Open "DBQ=C:\Inetpub \wwwroot\manage \ivr.mdb; DRIVER=Microsof t Access Driver (*.mdb)"
</code>
what would be the reason
pls explain
Generlly if i open the access table which has been coded in the programme
i get
unable to open registry key like this Error..
then i close table i ll refresh page it will work properly.now
it is showing
Error Type:
Provider (0x80004005)
Unspecified error
/manage/Emailworkorder. asp, line 204
i refreshed it but i am not getting my page
line 204 is
<code>
CNObj.Open "DBQ=C:\Inetpub \wwwroot\manage \ivr.mdb; DRIVER=Microsof t Access Driver (*.mdb)"
</code>
what would be the reason
pls explain
Comment