Hello,All
i need to access a Database located on a Pc via the internet useinf VB
My code is

sConnect = "Provider=MS Remote;Remote Server=" & ServerName & ";DSN=" & DatabaseName & ";UID=" & UserName & ";PWD=" & Password
Set cn = New ADODB.Connection



cn.Open sConnect

i have an error called" error 8447 internet server error"


if it was not the suitable way to connect to my DB so wht is the suitable one

Thanks