Nesho82 Posted March 20, 2007 Posted March 20, 2007 how to add, delete, save record in DataGridView contol? access data baseplease help!
CoffeeFiend Posted March 20, 2007 Posted March 20, 2007 Well, hard to say how much help you need here (not that I use VB nor Access mind you, so don't expect too much). Are you familiar with SQL and ADO.NET at all? Data Binding? Did you check the MSDN2 docs? etc.
neo Posted March 22, 2007 Posted March 22, 2007 (edited) In Database Explorer, Select Ur Database and Connect it by right clicking. Navigate into tree manner.Slect Ur Table, n Drag and Drop on Form.I hope, U should get Ur solution.. Edited March 22, 2007 by neo
CoffeeFiend Posted March 22, 2007 Posted March 22, 2007 Well, if you don't know the .NET framework, the .NET language of your choice (VB here) decently well (and at least a good grasp of basic OOP concepts), and ADO.NET, you're just going to have to learn a lot of things to get this done... There's no way around learning all this (unless you decide to use something different, like plain old Access forms -- something any untrained monkey can use), and it'll take some time and effort for sure.Knowing basic SQL is perhaps 1% of what you need to know. It's like a guy who wants to be a carpenter or contractor who would say "I can hammer nails". There's just so much more you need to know. Basic SQL (CRUD operations) can be learned in what... 5 minutes?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now