Never use the DBQ settings. Leads to intermitten errors.

http://www.learnasp.com/learn/dbopen.asp
is the one you want to use as a model for connecting to Access.


On Tue, 11 Jan 2005 17:05:05 -0000, sheriff <[EMAIL PROTECTED]> wrote:
>  
>  im trying to solve the prob by using this:
>  
>  set conn=Server.CreateObject("ADODB.Connection")
>  conn.Provider="Microsoft.Jet.OLEDB.4.0"
>  conn.Open "DRIVER={Microsoft Access Driver (*.mdb)};DBQ=" & 
>  Server.Mappath("../db/users.mdb") & ";"
>  
>  BUt got Another Error:
>  
>  Microsoft JET Database Engine error '80004005' 
>  
>  Could not find installable ISAM. 
>  
>  /module/comment.asp, line 28 
>  
>  
>  wat do u think could have caused this.
>  
>  
>  thanx
>  
>  
>  
>  
>  ________________________________
>  Yahoo! Groups Links
>  
> To visit your group on the web, go to:
> http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/
>   
> To unsubscribe from this group, send an email to:
> [EMAIL PROTECTED]
>   
> Your use of Yahoo! Groups is subject to the Yahoo! Terms of Service.


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to