Jump to content

C# client server application with databases

- - - - -

This topic has been archived. This means that you cannot reply to this topic.
2 replies to this topic

#1
sims

sims

    Newbie

  • Members
  • Pip
  • 1 posts
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:

#2
njr1489

njr1489

    Learning Programmer

  • Members
  • PipPipPip
  • 70 posts
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
imp0steur

imp0steur

    Newbie

  • Members
  • Pip
  • 8 posts
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