Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Modem dialup to retrieve data from SQL 2000 Server...

Modem dialup to retrieve data from SQL 2000 Server...

Scheduled Pinned Locked Moved C / C++ / MFC
databasesysadminquestion
8 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • D Offline
    D Offline
    DengJW
    wrote on last edited by
    #1

    I am programming a program to use modem dialup to retrieve data from SQL 2000 Server... What would be a good solution for the connection between client pc and SQL 2000 server machine? JW DJ

    P J D 3 Replies Last reply
    0
    • D DengJW

      I am programming a program to use modem dialup to retrieve data from SQL 2000 Server... What would be a good solution for the connection between client pc and SQL 2000 server machine? JW DJ

      P Offline
      P Offline
      Prakash Nadar
      wrote on last edited by
      #2

      well for fast access you need high speed connectivity, else the process will be very slow for large retrival.

      D 1 Reply Last reply
      0
      • P Prakash Nadar

        well for fast access you need high speed connectivity, else the process will be very slow for large retrival.

        D Offline
        D Offline
        DengJW
        wrote on last edited by
        #3

        thank you Mr.Prakash, The concern is the project budget instead of the connection speed as data will not be that big. You also are welcome to read the next message posted by me about this issue. JW DJ

        1 Reply Last reply
        0
        • D DengJW

          I am programming a program to use modem dialup to retrieve data from SQL 2000 Server... What would be a good solution for the connection between client pc and SQL 2000 server machine? JW DJ

          J Offline
          J Offline
          John M Drescher
          wrote on last edited by
          #4

          Use dial up networking which is part of windows. Create an incomming connection on the server and a dial out connection on the client. You can have either side create a fixed ip address and get the client to autodial. If you want you can also use MS-CHAP which will give you an encrypted connection. John

          D 1 Reply Last reply
          0
          • J John M Drescher

            Use dial up networking which is part of windows. Create an incomming connection on the server and a dial out connection on the client. You can have either side create a fixed ip address and get the client to autodial. If you want you can also use MS-CHAP which will give you an encrypted connection. John

            D Offline
            D Offline
            DengJW
            wrote on last edited by
            #5

            thanks John, But the problem is after a dialup connection established between the PC Client and the DB Server, I could not login through The SQL Query Analyzer which resides on the PC side also. Error message says the DB ( on the DB Server) does not exist or access denied. COuld this be that the OS running on DB Server is Pro instead of win 2k Server? Any other ideas? JW DJ

            J 1 Reply Last reply
            0
            • D DengJW

              thanks John, But the problem is after a dialup connection established between the PC Client and the DB Server, I could not login through The SQL Query Analyzer which resides on the PC side also. Error message says the DB ( on the DB Server) does not exist or access denied. COuld this be that the OS running on DB Server is Pro instead of win 2k Server? Any other ideas? JW DJ

              J Offline
              J Offline
              John M Drescher
              wrote on last edited by
              #6

              Did you try to connect to the database using the ip address instead of the machine name? John

              D 1 Reply Last reply
              0
              • J John M Drescher

                Did you try to connect to the database using the ip address instead of the machine name? John

                D Offline
                D Offline
                DengJW
                wrote on last edited by
                #7

                I tried the IP address in SQL QUERY Analyzer. It did not work either. I am trying to access using code: sDSN = "Provider=sqloledb;" &_ "Data Source=TEST\SEAN;" &_ "Initial Catalog=test;" & _ "User Id=sa;" &_ "Password=password" \ thanks DJ

                1 Reply Last reply
                0
                • D DengJW

                  I am programming a program to use modem dialup to retrieve data from SQL 2000 Server... What would be a good solution for the connection between client pc and SQL 2000 server machine? JW DJ

                  D Offline
                  D Offline
                  DengJW
                  wrote on last edited by
                  #8

                  Thanks a lots. The problem was caused by some OS modules corrupted in Win 2k. I changed to another SQL server on a third machine, now I can access via SQL Query Analyzer and my program. DJ

                  1 Reply Last reply
                  0
                  Reply
                  • Reply as topic
                  Log in to reply
                  • Oldest to Newest
                  • Newest to Oldest
                  • Most Votes


                  • Login

                  • Don't have an account? Register

                  • Login or register to search.
                  • First post
                    Last post
                  0
                  • Categories
                  • Recent
                  • Tags
                  • Popular
                  • World
                  • Users
                  • Groups