IIS Server - Can't find ISAM driver

This is Interesting: Free IT Magazines  
Home > Archive > IIS Server > September 2004 > Can't find ISAM driver





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Can't find ISAM driver
Guy Verville

2004-09-27, 8:47 pm

Hello,

I'm trying to install locally a webpage. On one XP professional computer,
everything is fine. In another one, same configuration, except that it's an
Office 2002 installation (mine is 2003).

When I type the localhost address (http://localhost), I get an error stating
that the ISAM driver cannot be found. I've checked the ODBC table and the Ms
Access Database driver is installed.

What should I check?

Thanks in advance.

Guy


Ken Schaefer

2004-09-27, 8:47 pm

Hi,

Please post the exact error message you are seeing. Thankyou.

Generally, if you get a:

Microsoft JET Database Engine (0x80004005)
Could not find installable ISAM

error, it's because your connection string has a mistake in it.

Cheers
Ken

"Guy Verville" <taddeus@spamcop.net> wrote in message
news:uDaDrGPpEHA.3988@tk2msftngp13.phx.gbl...
> Hello,
>
> I'm trying to install locally a webpage. On one XP professional computer,
> everything is fine. In another one, same configuration, except that it's
> an Office 2002 installation (mine is 2003).
>
> When I type the localhost address (http://localhost), I get an error
> stating that the ISAM driver cannot be found. I've checked the ODBC table
> and the Ms Access Database driver is installed.
>
> What should I check?
>
> Thanks in advance.
>
> Guy
>



Guy Verville

2004-09-27, 8:47 pm

Thanks for answering. This is the exact error. What I don't understand, is
that the same string is no problem with my computer and on
http://www.chorale.qc.ca...

Microsoft JET Database Engine error '80004005'
Pilote ISAM introuvable.
/acqellivrev.inc, line 10

Here is my connection code:
<%
Dim dcnDB
dim strDatabaseLocation
Dim rsProd
dim rsCat
Dim strSQL
strDatabaseLocation=Server.MapPath("dbchorale/ellivrevacq.mdb")
set dcnDB=Server.CreateObject("ADODB.Connection")
dcnDB.ConnectionString= "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security
Info=False;Data Source=" & strDatabaseLocation
dcnDB.Open
%>

Guy

"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> a écrit dans le message de
news: uRen6KPpEHA.3464@tk2msftngp13.phx.gbl...
> Hi,
>
> Please post the exact error message you are seeing. Thankyou.
>
> Generally, if you get a:
>
> Microsoft JET Database Engine (0x80004005)
> Could not find installable ISAM
>
> error, it's because your connection string has a mistake in it.
>
> Cheers
> Ken
>
> "Guy Verville" <taddeus@spamcop.net> wrote in message
> news:uDaDrGPpEHA.3988@tk2msftngp13.phx.gbl...
>
>



Guy Verville

2004-09-27, 8:47 pm

Well, I removed the "Persist Security Info=False",

and it worked....
Is it important?

Guy

"Guy Verville" <taddeus@spamcop.net> a écrit dans le message de news:
uv9kZuPpEHA.3392@TK2MSFTNGP15.phx.gbl...
> Thanks for answering. This is the exact error. What I don't understand, is
> that the same string is no problem with my computer and on
> http://www.chorale.qc.ca...
>
> Microsoft JET Database Engine error '80004005'
> Pilote ISAM introuvable.
> /acqellivrev.inc, line 10
>
> Here is my connection code:
> <%
> Dim dcnDB
> dim strDatabaseLocation
> Dim rsProd
> dim rsCat
> Dim strSQL
> strDatabaseLocation=Server.MapPath("dbchorale/ellivrevacq.mdb")
> set dcnDB=Server.CreateObject("ADODB.Connection")
> dcnDB.ConnectionString= "Provider=Microsoft.Jet.OLEDB.4.0;Persist Security
> Info=False;Data Source=" & strDatabaseLocation
> dcnDB.Open
> %>
>
> Guy
>
> "Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> a écrit dans le message de
> news: uRen6KPpEHA.3464@tk2msftngp13.phx.gbl...
>
>



Ken Schaefer

2004-09-28, 3:29 am

I don't think Persist Security Info is a valid property for the Jet OLEDB
Provider.

The only properties supported by all OLEDB Providers is here:
http://msdn.microsoft.com/library/d...ctionstring.asp
anything else is Provider specific, and you'd need to check the supported
properties for the provider in question.

Cheers
Ken

"Guy Verville" <taddeus@spamcop.net> wrote in message
news:etLA0yPpEHA.1960@TK2MSFTNGP10.phx.gbl...
> Well, I removed the "Persist Security Info=False",
>
> and it worked....
> Is it important?
>
> Guy
>
> "Guy Verville" <taddeus@spamcop.net> a écrit dans le message de news:
> uv9kZuPpEHA.3392@TK2MSFTNGP15.phx.gbl...
>
>



Guy Verville

2004-09-28, 8:27 am

Thanks for your help.

Guy

"Ken Schaefer" <kenREMOVE@THISadOpenStatic.com> a écrit dans le message de
news: uT$kKOSpEHA.3196@tk2msftngp13.phx.gbl...
>I don't think Persist Security Info is a valid property for the Jet OLEDB
>Provider.
>
> The only properties supported by all OLEDB Providers is here:
> http://msdn.microsoft.com/library/d...ctionstring.asp
> anything else is Provider specific, and you'd need to check the supported
> properties for the provider in question.
>
> Cheers
> Ken
>
> "Guy Verville" <taddeus@spamcop.net> wrote in message
> news:etLA0yPpEHA.1960@TK2MSFTNGP10.phx.gbl...
>
>



Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com