hi

i am trying to make a connection to database that are in other computer. But the follow errors occurs: Could not find installable ISAM. btw i am using vb.net

this are the codes:

Dim path As String
mConn = New ADODB.Connection()

path = "server=172.20.144.4;uid=administrator;pwd=;database=Bio.mdb"
mConn.Open("Provider=Microsoft.Jet.OLEDB.4.0;Data source=" & path)


i am not sure whether my codes is correct or not but i koe i cannot connect to that computer. Can any one tell me why?

thanks alot