Results 1 to 2 of 2

Thread: help!

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2000
    Location
    manila
    Posts
    1

    Exclamation

    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.

  2. #2
    Lively Member Dr_Evil's Avatar
    Join Date
    Mar 2000
    Location
    Columbus, OH
    Posts
    105
    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
  •  



Click Here to Expand Forum to Full Width