|
-
August 29th, 2001, 01:23 PM
#1
Remote database connection
How can I link data controls in a VB application to a database that is stored on a remote server? The IP address is fixed if that makes it easier. I am not worried about security right now as this is primarily for my own learning experience.
Any help is greatly appreciated.
WeaSiL
-
August 30th, 2001, 12:16 AM
#2
Re: Remote database connection
during database connction in connectstring you specify some thing like this
dim myconn as connection
myconn.connectstring("provider=xxx;Driver={};User ID=;Password=;Server= here you specify the ip adddress u got/server name"
myconn.open myconn.connectstring
this will connect to remote server.
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
|