assimang
Programmer
- Mar 11, 2008
- 96
Hello to everyone.
I am very new in vb 2005, and I am confused which is the best way of inserting, updating data on a database created in microsoft sql server management studio express 2005 with code. When user runs my application he inserts usernId and password and if he is a new user his usernID and password are save to users table. If he is a new user he begin to be taught typing through exercises. So, when he feel tiered he can stop and he can close the application. Before close the application, his userid, BookmarkID, ChapterKindID, ChapterID, ExerciseID are being save to a table bookmarks. That means that the next time this user logins he will continue his practise by the last exercise he stopped the previous time. This proccess will be repeated every time the user stop the practising and exits the program. I have red about command objects, command builters, adapter's update method I don't know what is the best way and their differences. Up to now I have used command objects and datasets in my application? But what about now? Can I have an example please?
Thanks anyone
in advanced.
I am very new in vb 2005, and I am confused which is the best way of inserting, updating data on a database created in microsoft sql server management studio express 2005 with code. When user runs my application he inserts usernId and password and if he is a new user his usernID and password are save to users table. If he is a new user he begin to be taught typing through exercises. So, when he feel tiered he can stop and he can close the application. Before close the application, his userid, BookmarkID, ChapterKindID, ChapterID, ExerciseID are being save to a table bookmarks. That means that the next time this user logins he will continue his practise by the last exercise he stopped the previous time. This proccess will be repeated every time the user stop the practising and exits the program. I have red about command objects, command builters, adapter's update method I don't know what is the best way and their differences. Up to now I have used command objects and datasets in my application? But what about now? Can I have an example please?
Thanks anyone
in advanced.