I have a Client/Server application (VB6/SQL7). What I want is - my application has a option to provide UserName, Password, ServerName and Database in the login screen. I want to give an option to give the ServerName in the form of IP address..so that users can connect to some remote database through internet.
I want something similar to MS-SQL Enterprise Manager(it uses winsock) where in if u give the IP address it will connect u to that server and u can administer it- works like as if ur connected to the local server...of course the interaction is slow due to internet speed.
Any ideas ??. . off course I'am ready to write some code to build an interface for this new kind of Internet access.
I will appriciate if someone can send me the Sample Application.
I want something similar to MS-SQL Enterprise Manager(it uses winsock) where in if u give the IP address it will connect u to that server and u can administer it- works like as if ur connected to the local server...of course the interaction is slow due to internet speed.
Any ideas ??. . off course I'am ready to write some code to build an interface for this new kind of Internet access.
I will appriciate if someone can send me the Sample Application.