I need some tutorials with c# client server application using a database. For example, how can I get data from the database (made in SQL Server) in a listbox using client server? 'cause the source code for the connection is on the server and the listbox on the client.:confused::confused:
Thanks.
:blushing:
C# client server application with databases
Started by sims, Jan 23 2009 05:29 PM
2 replies to this topic
#1
Posted 23 January 2009 - 05:29 PM
|
|
|
#2
Posted 26 January 2009 - 05:29 PM
I'm pretty sure you have to look up ADO.NET when it comes to C#. I'm interested in learning this as well, since i'm taking a database management track.
#3
Posted 03 February 2009 - 10:43 AM
What do mean by client/server??
Sql server is running on a machine and your app on a different machine .. you can connect to the Sql server machine and access the database .. thats the default mechanism behind ADO.NET
If this is not what u meant .. then explain using a scenario
Sql server is running on a machine and your app on a different machine .. you can connect to the Sql server machine and access the database .. thats the default mechanism behind ADO.NET
If this is not what u meant .. then explain using a scenario


Sign In
Create Account

Back to top









