Click here to Skip to main content
15,891,375 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Hi
How to use SQL local database to save and search images and how to write insert,update,select command for it
need example please
Posted
Updated 3-Sep-12 6:25am
v2

 
Share this answer
 
Comments
mohmmad omera 3-Sep-12 12:33pm    
than x
useful example
You could find many examples in google using just the keywords C# CRUD. For Image save & retrieve operation check this answer How to save and retrieve Image in Database using Asp.net[^]
 
Share this answer
 
Hi,

What you are asking is a kind of project. It can be expanded to very big project but let me give you some point that you should learn.

1) Creating StoredProcedure and use it in your application.
2) Learn about File Handling in .NET Framework
3) Learn N-Tier/3-Tier Architecture (How you can separate your Business/Database logic.)
4) You can also use SQLHelper[^] class to interact with Database.
5) And ofcourse C# Concepts (Refer : C# Nutshell[^])

Best of luck
Thanks
-Amit Gajjar
 
Share this answer
 
This should get you started
http://w3schools.com/sql/default.asp[^]
 
Share this answer
 
Comments
mohmmad omera 3-Sep-12 12:38pm    
than x
I want to now how to woke with local database in C#.net
 
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