Click here to Skip to main content
15,890,399 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello,
I am ajit
I have made form in vb.net 2005 which collect data from user. i want it saved by cliking save buttone in file and retrive whenever i need.can any say how to save and make database for future use ?.
thanks in advance
ajit
Posted

1 solution

There are so many ways to save data, that we can;t rellay recommend anythign without knowing a heck of a lot more about your application:
Text files,
Binary files,
CSV files,
Excel,
Access,
SQL databases,
MySql databses,
SqLite,
SQLCE,
...
Just to name a few!

But...your use of the word "database" raises a few flags: I would suggest that you really need to start reading up on using databases before you go any further, because there are a lot of potential mistakes you could make, and you need to learn the basics before you start doing anything serious.
 
Share this answer
 
Comments
Ajit vyas 3-May-14 6:23am    
will you please show the way for database creation and basic of database thanks in advanve
OriginalGriff 3-May-14 6:34am    
No - it's far to "big" a subject for a little textbox!
There are whole books written on this stuff!

Look in your course book - it will "guide you gently" through it.

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