Modem dialup to retrieve data from SQL 2000 Server...
-
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
well for fast access you need high speed connectivity, else the process will be very slow for large retrival.
-
well for fast access you need high speed connectivity, else the process will be very slow for large retrival.
-
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
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
-
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
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
-
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
Did you try to connect to the database using the ip address instead of the machine name? John
-
Did you try to connect to the database using the ip address instead of the machine name? John
-
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