i am new member of this group. can you give me knowledge how i can
connect database which are located at webserver, i wish to connect it
from client system .
i wait for your reply.
thanks,
arun
If you want to connect from a client in a Windows Forms application, all you need to do is to supply a correct connection string. Any ADO.NET book will explain this for you.
But I'm puzzled as to why you mention a Web Server. If you're talking about ASP.NET, then you should know that the ultimate client is a Web browser. There never is a connection between the Web browser and the database. The client, from the RDBMS's perspective is the ASP.NET process running on the Web server.
If your question still is not answered, please reply giving more details. Example code is especially useful, so that we can see how far you've got.
HTH
Peter