PC Review


Reply
Thread Tools Rate Thread

can not find installable ISAM

 
 
=?Utf-8?B?Skg=?=
Guest
Posts: n/a
 
      26th Oct 2007
Hi,
I have an Excel macro with an ADO query accessing an Access database
table, before I set a database password on it, everything works fine.
After I set a database password and added the password to my code.

as follow:
stConn = "Provider=Microsoft.Jet.OLEDB.4.0;" _
& "Data Source=" & stDB & ";" & "Properties(Jet OLEDBatabase
Password)='password'"

I am now getting an run time error "Can not find installable ISAM."

Can someone please help?
Thanks!


 
Reply With Quote
 
 
 
 
Myrna Larson
Guest
Posts: n/a
 
      27th Oct 2007
Is the code you posted taken verbatim from your macro? If so, is the database
password REALLY password ?? If not, you should have the actual password
between the single quotes.

Here's the example from Access ADO Help, which uses a connection object, but
maybe it will help. Note that a user ID is supplied in addition to a password.
Could that be the problem?

Set Cnxn2 = New ADODB.Connection
Cnxn2.Provider = "Microsoft.Jet.OLEDB.4.0"
Cnxn2.Open "C:\Program Files\Microsoft Office\Office\Samples\northwind.mdb", _
"MyUserID", "MyPassword"

On Fri, 26 Oct 2007 07:47:02 -0700, JH <(E-Mail Removed)> wrote:

>Hi,
> I have an Excel macro with an ADO query accessing an Access database
>table, before I set a database password on it, everything works fine.
> After I set a database password and added the password to my code.
>
> as follow:
> stConn = "Provider=Microsoft.Jet.OLEDB.4.0;" _
> & "Data Source=" & stDB & ";" & "Properties(Jet OLEDBatabase
>Password)='password'"
>
> I am now getting an run time error "Can not find installable ISAM."
>
> Can someone please help?
> Thanks!
>

 
Reply With Quote
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Cannot find installable ISAM luvgreen Microsoft Access External Data 0 6th Mar 2008 03:28 PM
Could not find installable ISAM sina Microsoft Excel Programming 0 28th Aug 2007 11:50 AM
Could not find installable ISAM =?Utf-8?B?QmlsbCBQaGlsbGlwcw==?= Microsoft Access VBA Modules 0 7th Sep 2005 01:06 AM
Could not find installable ISAM? A. Barabus Microsoft Access 1 9th May 2004 03:50 AM
Could not find installable ISAM. Brent Microsoft Dot NET Framework 5 3rd May 2004 04:51 PM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 05:53 PM.