Click here to Skip to main content
15,899,018 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi bro, i have simple question... How to save datetimepicker into access database?

thank's before..
Posted
Comments
Kenneth Haugland 1-Aug-12 8:06am    
Store the DAteTime selected in the DateTime picker, and send that to the database?
Unareshraju 1-Aug-12 8:14am    
only dataprovider is different for accessDb .. remains all are same

Got a similar thread here[^] and
here[^]

Check it out, you will surely get some needful out.
 
Share this answer
 
Using ADO.NET, save the datetime selected in the picker into database.

Read about ADO.NET here and it will help you.

Look at these:
MSDN: ADO.NET[^]
Using ADO.NET for beginners[^]
Simple ADO.NET Database Read, Insert, Update and Delete using C#.[^]
 
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