|
-
Oct 9th, 2000, 09:54 PM
#1
Thread Starter
New Member
how do i connect to a database (microsoft sql) server using vb using dial-up/telephone line? please make your answers simple because i'm not too advanced a vb programmer. i would very much appreciate it if i could see a sample code. thanks very much.
-
Oct 10th, 2000, 08:07 AM
#2
Lively Member
Coding an application of this nature would be too complex for a beginning VB programmer. The simplest way to connect to a SQL DB over a dial up connection is to setup Dial-Up Server on the host machine. Then you would setup a Dial-Up Connection on the client to connect to the host. You can then use query analyzer to retrieve and modify records, create and execute stored procedures. I have left out a few details due to my time being limited this morning but this gives you a basic idea.
Dr_Evil
Senior Programmer
VS6 EE
VS.NET EA
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
|