Results 1 to 4 of 4

Thread: Remote Server

  1. #1

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Remote Server

    How can i access a sql server that is not connected in my network, but connected to the internet (w/ static IP)?

  2. #2
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Re: Remote Server

    I would think the same way you access a server on your network. For the server name you can either use the IP address or the hostname and then set the other connection string parameters accordingly.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

  3. #3

    Thread Starter
    Hyperactive Member
    Join Date
    Jul 2006
    Posts
    398

    Re: Remote Server

    will it affect the speed of manipulation of data? someone told me to use a web service? which one is faster and better to use?

  4. #4
    Randalf the Red honeybee's Avatar
    Join Date
    Jun 2000
    Location
    off others' brains
    Posts
    4,345

    Re: Remote Server

    If it's over the internet, the speeds would typically be lesser than what you get on the intranet or LAN. If you want to improve the speeds for fetching/updating data, you would have to look at the UI design and navigation, and check the data access code. For e.g. after the user logs in and goes to the order management screen, it would not be a good idea to show him all the orders at the start. Instead you can ask the user to specify some search criteria and make him click a button, which then fetches the necessary records. Also while updating, you should only pass data that needs to be updated, instead of passing everything, changed or not.

    Please note this is general advice. Any particular steps you take will have to be checked with the specifics of the situation you are in.

    .
    I am not a complete idiot. Some parts are still missing.
    Check out the rtf-help tutorial
    General VB Faq Thread
    Change is the only constant thing. I have not changed my signature in a long while and now it has started to stink!
    Get more power for your floppy disks. ; View honeybee's Elite Club:
    Use meaningfull thread titles. And add "[Resolved]" in the thread title when you have got a satisfactory response.
    And if that response was mine, please think about giving me a rep. I like to collect them!

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