Click here to Skip to main content
15,892,643 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Is there any possibilities for insert data into sqlserver2008 dynamically?
Posted
Comments
Wayne Gaylard 3-Nov-11 11:11am    
What do you mean?

Your question probably does not have much to do with WPF if I understand it right.
What you are looking for is a dynamic query generator. Go through -
C# class that creates 'INSERT INTO' SQL queries[^]
Generate SQL INSERT commands programmatically[^]
 
Share this answer
 
Comments
Mehdi Gholam 3-Nov-11 11:33am    
my 5!
Abhinav S 3-Nov-11 11:34am    
Thank you Mehdi.
WPF and its binding facilities are very suitable for working with ORMs. Try to learn for example Entity Framework and bind you objects to the WPF form and after its submission send save command to your data layer.

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