|
-
Jul 25th, 2003, 01:23 AM
#1
Thread Starter
Member
Cannot retrieve records from database in other computer
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
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|