Click here to Skip to main content
15,895,774 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
in my database there are fields named first name,last name, date of birth.
for date of birth field i have given three combo boxes in c#.net windows form. but i want the three combo box values to be saved in one field in SQLite database. how?please reply.very urgent.
Posted
Updated 6-May-10 1:08am
v3

1 solution

Well, however you like. You can just mash the values together with a delimiter. If you want it cleaner, you can store them in an XML string.
 
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