Click here to Skip to main content
15,886,693 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
table name timesheet
Columns availabe
Employeeid primary key and auto increment(identity)
projectid int
moduleid int
taskid int

name of database amrit
Posted
Comments
[no name] 26-Aug-14 9:27am    
there are tones of article about this topic, If you not able to directly meet all the requrement. but you can get part part of the code,
Try to do yourself

1 solution

This is a very broad question. CRUD means Create, Read, Update and Delete with a datastore(in most cases a database-RDBMS). As you are using C#, you have to use ADO.NET to achieve this. Basically your front end application will use ADO.NET to insert, update, delete and select data from the database. So start writing code. Read an article on ADO.NET, connect to database and start doing it. If you face any issue, then raise a question on the particular error which would be more helpful for you. Hope it helps.
 
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