Ask a Question related to ASP Database, Design and Development.
-
NeDall #1
System error 5
Hi
To day I suddenly got the same error message when I
connected to all my databases using
ADODB.conection. "Application popup: ASP Script Error :
Specified driver could not be loaded due to system error
5 (Microsoft Access Driver (*.mdb))." All the codes works
fine on my mirror computer. Do any one have a solution on
this problem. The OS is Win2000 with IIS 5.0.
N.E. Dall
NeDall Guest
-
Hello Error with Web Services. No se puede serializar el miembro System.ComponentModel.MarshalByValueComponent.Site de tipo System.ComponentModel.ISite porque es una interfaz.
Hello I have a solution iwth a web project and web service project I made a project and I compiled it and it has no errors. But when I try to add... -
The type System.Web.UI.WebControls.TextBox in Assembly System.Web...error
I've been getting this error every since I installed InstallSqlState to handle my viewState Sessions. it only happens on 1 section of my asp.net... -
Lsass.exe System error "object name not found". System keeps rebooting
When trying to install the drivers for the PCI modem in my laptop, prompted for the driver CD. Installed the driver without any errors but asked... -
system error
when i turn my cmoputer on it goes to this black screen and displays this message "Windows could not start beacaue the following file is missing or... -
System 32 Error
Hi I have XP and I get the following error some time : System32 System Error "-2147467259(80004005)" Automation error Unspecified error ... -
Bob Barrows #2
Re: System error 5
NeDall wrote:
Stop using ODBC. Switch to using the native Jet OLEDB Provider for your> Hi
>
> To day I suddenly got the same error message when I
> connected to all my databases using
> ADODB.conection. "Application popup: ASP Script Error :
> Specified driver could not be loaded due to system error
> 5 (Microsoft Access Driver (*.mdb))." All the codes works
> fine on my mirror computer. Do any one have a solution on
> this problem. The OS is Win2000 with IIS 5.0.
>
> N.E. Dall
connection strings, which can be as simple as:
connection.open "provider=microsoft.jet.oledb.4.0;" & _
"data source=p:\ath\to\your\database.mdb"
See here:
[url]http://msdn.microsoft.com/library/en-us/ado270/htm/ado_deprecated_components.asp[/url]
Bob Barrows
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
Bob Barrows Guest
-
N E Dall #3
Re: System error 5
works>-----Original Message-----
>NeDall wrote:>> Hi
>>
>> To day I suddenly got the same error message when I
>> connected to all my databases using
>> ADODB.conection. "Application popup: ASP Script Error :
>> Specified driver could not be loaded due to system error
>> 5 (Microsoft Access Driver (*.mdb))." All the codeson>> fine on my mirror computer. Do any one have a solutionProvider for your>>> this problem. The OS is Win2000 with IIS 5.0.
>>
>> N.E. Dall
>Stop using ODBC. Switch to using the native Jet OLEDBus/ado270/htm/ado_deprecated_components.asp>connection strings, which can be as simple as:
>connection.open "provider=microsoft.jet.oledb.4.0;" & _
>"data source=p:\ath\to\your\database.mdb"
>
>See here:
>[url]http://msdn.microsoft.com/library/en-[/url]spam trap so I>
>
>
>Bob Barrows
>
>--
>Microsoft MVP - ASP/ASP.NET
>Please reply to the newsgroup. This email account is mythen remove the>don't check it very often. If you must reply off-line,Thanks for the answer.>"NO SPAM"
>
>
>.
>
I have changed some of the call to microsoft.jet.oledb.4.0
and it work fine on the mirror server, but not at the
other server, whit the problem. I get the error
message "Application popup: ASP Script Error : Provider
cannot be found. It may not be properly installed. ". It
look like my IIS 5.0 have lost all it connection to it's
DB's. I have reinstalled the IIS 5.0 with no result. Have
anyone else experimented this problem? Is there a
solution?
N E Dall
N E Dall Guest
-
Bob Barrows [MVP] #4
Re: System error 5
> Thanks for the answer.
Install the latest version of MDAC>
> I have changed some of the call to microsoft.jet.oledb.4.0
> and it work fine on the mirror server, but not at the
> other server, whit the problem. I get the error
> message "Application popup: ASP Script Error : Provider
> cannot be found. It may not be properly installed. ". It
> look like my IIS 5.0 have lost all it connection to it's
> DB's. I have reinstalled the IIS 5.0 with no result. Have
> anyone else experimented this problem? Is there a
> solution?
>
> N E Dall
([url]http://msdn.microsoft.com/data/Default.aspx[/url]) on the server
Bob Barrows
--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.
Bob Barrows [MVP] Guest



Reply With Quote

