Connecting Tech Pros Worldwide Help | Site Map

ISAM

Tom
Guest
 
Posts: n/a
#1: Nov 13 '05
I have just updated a DB from access 97 to access 2003. When I try to
generate a report I get an error message telling me

Can not find installable ISAM. What is this trying to tell me and how do
I correct this error?????

Thanx


MA
Guest
 
Posts: n/a
#2: Nov 13 '05

re: ISAM



"Tom" <harristomm@hotmail.com> ha scritto nel messaggio
news:_iRhd.7878$Ae.3236@newsread1.dllstx09.us.to.v erio.net...[color=blue]
> I have just updated a DB from access 97 to access 2003. When I try to
> generate a report I get an error message telling me
>
> Can not find installable ISAM. What is this trying to tell me and how[/color]
do[color=blue]
> I correct this error?????
>
> Thanx[/color]
Update Jet 4.0
have you added reference 3.6?
MAssimiliano


Tom
Guest
 
Posts: n/a
#3: Nov 13 '05

re: ISAM


Have downloaded Jet 4 service pack. Installed it and no success.

What is reference 3.6 and where do I find it. Does it have anything to do
with Fox tables?


"MA" <master@massimilianoamendola.it> wrote in message
news:se7id.30062$B06.27814@news.edisontel.com...[color=blue]
>
> "Tom" <harristomm@hotmail.com> ha scritto nel messaggio
> news:_iRhd.7878$Ae.3236@newsread1.dllstx09.us.to.v erio.net...[color=green]
>> I have just updated a DB from access 97 to access 2003. When I try to
>> generate a report I get an error message telling me
>>
>> Can not find installable ISAM. What is this trying to tell me and how[/color]
> do[color=green]
>> I correct this error?????
>>
>> Thanx[/color]
> Update Jet 4.0
> have you added reference 3.6?
> MAssimiliano
>
>[/color]


MA
Guest
 
Posts: n/a
#4: Nov 13 '05

re: ISAM



"Tom" <harristomm@hotmail.com> ha scritto nel messaggio
news:KV9id.7929$Ae.1899@newsread1.dllstx09.us.to.v erio.net...[color=blue]
> Have downloaded Jet 4 service pack. Installed it and no success.
>
> What is reference 3.6 and where do I find it. Does it have anything to do
> with Fox tables?[/color]

Go in a module
Struments
References
and flag Microsoft DAO 3.6
Care that is before
ADO 2.1

BTW http://support.microsoft.com/default...;en-us;Q155666

MAssimiliano


Trevor Best
Guest
 
Posts: n/a
#5: Nov 13 '05

re: ISAM


MA wrote:
[color=blue]
> Go in a module
> Struments
> References
> and flag Microsoft DAO 3.6
> Care that is before
> ADO 2.1[/color]

Don't rely on these two libs being in any particular order, there's no
guarantee they'll stay that way. Instead, use a prefix for your object
variables, e.g.

Dim rst As ADODB.Recordset
Dim rst2 As DAO.Recordset
Closed Thread


Similar Microsoft Access / VBA bytes