Click to See Complete Forum and Search --> : help!
rainmaster
Oct 9th, 2000, 09:54 PM
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.
Dr_Evil
Oct 10th, 2000, 08:07 AM
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.
vbforums.com
Copyright Internet.com Inc., All Rights Reserved.