how to add new records at runtime to Access database with VB.Net as front end
i need to add new records to the access database and get the updated records to be displayed in the grid view.
my records are not getting updated.
i should add records at runtime and get them added to the database.i should be able to view them.
reply me at the earliest
Status:
Open Jul 18, 2008 - 04:50 AM
Visual Basic .NET
4answers
Answers
Sep 25, 2008 - 07:45 PM
Make sure that you're rebinding the datasource after you've completed the insert.
Another trick I use is to do a Response.Redirect("samepage.aspx", false) which forces a rebind on Page_Load.
If you need any further help, please don't hesitate to ask.
Take care,
Ric
Mar 24, 2009 - 06:49 AM
The question looks to be abandoned by the user who asked it. If no action is taken within 2 days, a Quomon Moderator will consider closing the question and distributing the points.
The Quomon Team
May 03, 2009 - 05:04 AM
Hi,
It will be better if you provide sample code base.
Jun 03, 2014 - 10:26 PM
Here I have a
www.myelibrary.net site, contains almost all database problem.
Answer this question
Share Your Own Experience & Expertise
We look to ensure that every question is answered by the best people with relevant expertise and experience, the best answers include multiple perspectives. Do you have relevant expertise or experience to contribute your answer to any of these commonly asked questions?
Add New Comment