You forgot the Provider=
part at beginning.

http://www.learnasp.com/learn/dbopen.asp
has the correct connection string as a reference.

On Wed, 01 Dec 2004 10:18:41 -0000, blair_woodsnz
<[EMAIL PROTECTED]> wrote:
>  
>  
>  Hi
>  
>  I have created a site which is being hosted on a remote computer. 
>  When I try to login to the site by connecting to the database on the 
>  remote computer I get the following error message:
>  
>  Server object error 'ASP 0177 : 800706ba' 
>  
>  Server.CreateObject Failed 
>  
>  /webpages/resourceportal.asp, line 27 
>  
>  The RPC server is unavailable. 
>  
>  My code for connecting to the server is:
>  
>        BW_dblocation="D:\InetPub\Hosts\asptlnsite\databases\programd
>  ata.mdb"
>        set conn=Server.CreateObject("ADODB.Connection")
>        conn.Provider="Microsoft.Jet.OLEDB.4.0"
>        conn.Open BW_dblocation
>  
>  Thanks heaps 
>  
>  Blair
>  
>  
>  
>  
>  
>  
>  
>  
>  Yahoo! Groups Sponsor 
>  
>  ADVERTISEMENT
>  
>  
>  ________________________________
>  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 Sponsor --------------------~--> 
$9.95 domain names from Yahoo!. Register anything.
http://us.click.yahoo.com/J8kdrA/y20IAA/yQLSAA/saFolB/TM
--------------------------------------------------------------------~-> 

 
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