Click here to Skip to main content
15,887,946 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need to create a simple software which will store information like

Name
Job
Salary
Date of joining

and all data will be searchable by "Employment number"

any suggestion will be appreciated,
I dont know much about database and all that stuff so please a little help
Posted
Comments
Mohibur Rashid 7-Sep-15 4:44am    
If you do not know much about "database and all that stuff", a little help is not going to help you.
Have you decided any of the followings?
-> What Compiler?
-> Is it C or C++?
-> What OS?
-> What SQL server? Or, are you planning any SQL Server.

You could benefit going through some tutorials and concepts. Have a look at:
- Data Access Using ADO.NET (C++/CLI)[^]
- ADO.NET[^]
- Data Normalization[^]
 
Share this answer
 
 
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