|
-
Jul 3rd, 2002, 03:35 AM
#1
Thread Starter
Hyperactive Member
Connecting to a remote database
Is there anyway of connecting to a remote database on another pc to add, edit or delete records in the database there?
-
Jul 3rd, 2002, 04:52 AM
#2
Fanatic Member
What type of database are we talking about here?
How are you connecting to the other PC?
Everything I say is either loose interpretation of dubious facts or idle speculation rooted in irrational sentiment. 
-
Jul 8th, 2002, 02:33 AM
#3
Thread Starter
Hyperactive Member
er.........wat type of database? a database in access in my case
how am i connecting to the other pc? hm........i'm not sure either
sorry for the blur response, i'm not so good in vb database, could you explain to me how u would do it?
-
Jul 8th, 2002, 08:46 AM
#4
New Member
Yes, what you are describing is entirely possible but you cannot use DAO database programming to do it. You have to use ADO because it allows remote connection to databases (even online ones like SQL server). As far as the code, check www.freevbcode.com or on here for tutorials on how to use ADO, there are lots of them out there.
Nathan
-
Jul 8th, 2002, 08:48 AM
#5
New Member
Here is a link to a tutorial on how to switch from DAO to ADO (assuming you know DAO already of course :-) )
http://www.vbsquare.com/databases/begado/index.html
Nathan
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
|