TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
aida athamnia
NA
23
0
afficher une table de la base des données
May 13 2010 8:31 AM
Hi,
My problem is that I want to see a list of customers located in the customer table in my database (SQL server) using C #, in my code I made first a connection to my database
then I used the query select * from customer but then I did not know what to do ????
I have to use 2 class ( public class Client{ } and public class Clients: List <Client>{ }
knowing that my project is the development of a WCF layer that contains a "customer service" in which I need to display the list of customers.
PLEASE HELP ME !!!!!!!!!!!!!!!!!!!!!!
Reply
Answers (
1
)
Using classes to sanitaze code
see a list of customers located in the customer table in my database (SQL server) using C #