C# Tutorials and offshore development in India
    Tutorials   Resources   Forum   Communities   Interview   Jobs   Projects   Offshore Development    
Silverlight Tutorials | Mentor | Code Converter | Articles | Code Factory | Computer Jokes | Members | Peer Appraisal | IT Companies | Bookmarks | Revenue Sharing |


Prizes & Awards
My Profile



Active Members
TodayLast 7 Days more...

New Feature: Community Sites: Create your own .NET community website and start earning from Google AdSense ! It's Free !




editing a record in vb.net with ms-access


Posted Date: 25 Jul 2008      Total Responses: 1

Posted By: gopal       Member Level: Bronze     Points: 1



how to edit a existing record in a vb.net, front-end vb.net and back-end ms-access




Responses

Author: Vijaya saradhi    25 Jul 2008Member Level: SilverRating:     Points: 5

you can use oledb provider to communicate with msaccess database.


connection string requires following values

Provider=microsoft.jet.oledb.4.0
data source=filename.mdb

and we should provide the namespace required

Using System.Data.Oledb;

we can pass the update statement through OledbCommand object
then the action will be performed if we call ExecuteNonqurey()
method of the object just similar as it in sqlserver.



Post Reply
You must Sign In to post a response.
Next : validation Expression
Previous : Memory card Reader
Return to Discussion Forum
Post New Message
Category: .NET

Related Messages



dotNet Slackers   BizTalk Adaptors    Web Design


Contact Us    Privacy Policy    Terms Of Use