Click here to Skip to main content
15,914,905 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello everybody !!!
i'm looking forward to learn how to create a database application using sql server in visual studio 2010 and how to manage that database with an application created with Csharp such as adding, modifying, deleting or selecting from that database !

i really thank you for any help such as it is.
Posted

Google - learn it, live it.

Handy search phrases:

SqlConnection
SqlCommand
SqlParameters
SqlDataReader
DataTable
DataRow
DataSet
t-sql stored procedures
 
Share this answer
 
I'm glad you are looking forward to this, given it is a big task to get right.
Bear in mind that you need to look for the databases, then the database tables, triggers, SPs, and relationships, before you can even start displaying anything.

I don't want to put you off, but this is a big task: you might be better off starting with a smaller, simpler DB program so as not to get dispirited when you get stuck - and you will.

Now, what was your question?
 
Share this answer
 
Comments
Dylan Morley 1-Jul-11 11:13am    
"Now, what was your question?"

Can I have the codez for that?
thatraja 1-Jul-11 13:17pm    
:D :D: D
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900