Pls could anyone tell me how to do the basic database operations(insert,delete,update and select ) from and to a Ms access database using OLEDB AND NOT SQL.
Thanks
- Shade
Pls could anyone tell me how to do the basic database operations(insert,delete,update and select ) from and to a Ms access database using OLEDB AND NOT SQL.
Thanks
- Shade
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Mahesh ChandPosted Jul 14, 2005, 9:53 AM
Shade,
You might want to look in ADO.NET section of www.c-sharpcorner.com. It has plenty of articles on adding, updating, and deleting data from Access database using OLE DB.