error 3170 , ISAM file can not be found 
Author Message
 error 3170 , ISAM file can not be found

Hello,

I'm trying to create a new database in VBA using:

Dim ws As Workspace
Dim dbNew As Database
Set ws = DBEngine.Workspaces(0)
Set dbNew = ws.CreateDatabase("c:\temp\db1.mdb", "dbLangDutch")

When running the code error 3170 occurs, saying installable ISAM file can
not be found. Access is fully installed. Does anyone have a suggestion how
to solve this?

I'm using office 2000 professional an NT SP4

Thanks,
Jan Appelman
LENGKEEK architecten en ingenieurs bv.



Mon, 12 Jul 2004 15:44:50 GMT  
 error 3170 , ISAM file can not be found
Have you tried to use

  Set dbNew = ws.CreateDatabase("c:\temp\db1.mdb", dbLangDutch)

instead of

  Set dbNew = ws.CreateDatabase("c:\temp\db1.mdb", "dbLangDutch")

?

Quote:
> I'm trying to create a new database in VBA using:

> Dim ws As Workspace
> Dim dbNew As Database
> Set ws = DBEngine.Workspaces(0)
> Set dbNew = ws.CreateDatabase("c:\temp\db1.mdb", "dbLangDutch")

> When running the code error 3170 occurs, saying installable ISAM file can
> not be found. Access is fully installed. Does anyone have a suggestion how
> to solve this?

> I'm using office 2000 professional an NT SP4

> Thanks,
> Jan Appelman
> LENGKEEK architecten en ingenieurs bv.



Mon, 12 Jul 2004 18:45:52 GMT  
 
 [ 2 post ] 

 Relevant Pages 

1. how to solve: error 3170, ISAM file can not be found

2. VB 3 Error 3170 Could Not Find Installable ISAM

3. error 3170 Could not find installable ISAM

4. Error 3170, Couldnt find installable ISAM

5. Error 3170, Can't find installable ISAM

6. Acc97: Runtime Error 3170: Can't find installable ISAM

7. VB6 SP4 ACCESS 2000 Error 3170 Couldn't find installable ISAM on runtime

8. VB6 SP4 ACCESS 2000 Error 3170 Couldn't find installable ISAM on runtime

9. Can't find installable ISAM (error 3170) with dbase IV and Office 2000

10. Can't Find Installable ISAM (error 3170)

11. Error 3170 Couldn't find installable ISAM

12. SOLUTION : RUNTIME ERROR 3170 COULDN'T FIND INSTALLABLE ISAM

 

 
Powered by phpBB® Forum Software