Results 1 to 4 of 4

Thread: VB6 and SQL Server via RAS

  1. #1

    Thread Starter
    Fanatic Member Bombdrop's Avatar
    Join Date
    Apr 2001
    Location
    St Helens, England, UK
    Posts
    667

    VB6 and SQL Server via RAS

    HI all
    I'm going to be developing an app to allow or customers to access our internal SQL Server via a vb interface. NOw this is were I become stuck, how will they access the Server been looking round a bit and it seems that i must have a RAS ( remote acces serv ices) on the SQL Server and the client machines but that s all.

    Now I'm sure the netwoirk guys at are place can handle the RAS but how would the the fact the Server is being access vai the internet affect my Connection string?

    Thanks!!

  2. #2
    Super Moderator si_the_geek's Avatar
    Join Date
    Jul 2002
    Location
    Bristol, UK
    Posts
    41,974

    Re: VB6 and SQL Server via RAS

    Thread moved and title changed to get a better response

  3. #3
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: VB6 and SQL Server via RAS

    I used to RAS connect to one of my client machines.

    That's a modem connection - so it's slow speed.

    But once connected via modem to the RAS, the SQL BOX on that network appears local to the workstation.

    So the connection string needs absolutely no changes.

    You can test this all out by RAS connecting (we use a laptop to RAS connect) and using ENTERPRISE MANAGER to see if you can register the SERVER.

    That customer has since evolved to using VPN for connection. Once I make a VPN connection (over the INTERNET!) - the SQL BOX server appears local to my laptop - very, very nice.

    There is a link in my signature for adding "credentials" for remote boxes - if you happen to use WINDOWS AUTHENTICATION and run into issues...

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

  4. #4
    MS SQL Powerposter szlamany's Avatar
    Join Date
    Mar 2004
    Location
    Connecticut
    Posts
    18,263

    Re: VB6 and SQL Server via RAS

    BTW - they did not put the RAS service on the SQL box - they felt safer putting it on a different server on that network - I think an old exchange box.

    *** Read the sticky in the DB forum about how to get your question answered quickly!! ***

    Please remember to rate posts! Rate any post you find helpful - even in old threads! Use the link to the left - "Rate this Post".

    Some Informative Links:
    [ SQL Rules to Live By ] [ Reserved SQL keywords ] [ When to use INDEX HINTS! ] [ Passing Multi-item Parameters to STORED PROCEDURES ]
    [ Solution to non-domain Windows Authentication ] [ Crazy things we do to shrink log files ] [ SQL 2005 Features ] [ Loading Pictures from DB ]

    MS MVP 2006, 2007, 2008

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