Click here to Skip to main content
15,896,453 members
Please Sign up or sign in to vote.
1.00/5 (3 votes)
See more:
i need code to develop database, includes members photos, barcodes, and any information of a member
Posted
Comments
RaviRanjanKr 25-Jul-11 7:19am    
Which Database SQL,MYSQL,ORACLE ?

Reading a book on Database Development and on C# might help.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 25-Jul-11 11:12am    
Trivial advice or not, but you're the one who did not forget about a book :-), a 5.
--SA
Abhinav S 25-Jul-11 11:13am    
Thank you. I always recommend a newbie should start with a book rather than an online tutorial.
 
Share this answer
 
Comments
Abhinav S 25-Jul-11 7:30am    
Good set of links for the OP to get started. My 5.
I would still think he would be better off starting by reading about the basics in a book.
Uday P.Singh 25-Jul-11 7:38am    
thanks Abhinav, yes books are also my first choice!!
Sergey Alexandrovich Kryukov 25-Jul-11 11:11am    
Agree, a 5.
--SA
Uday P.Singh 25-Jul-11 11:52am    
thanks SA :)
Not using MySQL then I would suggest that you start reading

MSDN : ADO.NET[^]

For MySQL[^]


You should also look at BLOB datatypes if you are looking at storing files within the database. Wiki Binary Large Objects[^]

If you need more help then we will happy help you debug some code or point you in the right direction.
 
Share this answer
 
Comments
Sergey Alexandrovich Kryukov 25-Jul-11 11:11am    
Good links, a 5.
--SA
Simon_Whale 25-Jul-11 11:14am    
Thanks SA :)

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