Database programming with MS Access

lhdvbnet

Member
Joined
Feb 25, 2009
Messages
15
Programming Experience
Beginner
Hi everyone in vbdotnetforums, i'm from Vietnam and i'm a newbie in VB.NET :D

But i have a project in Database programming with vb.net 2008 and MS Access, i think it's too difficult for a newbie.

I join into vbdotnetforums for learning and disscussing about VB.NET. So, could you help me to do my project, as simple as possible (it's suitable for newbie), by you can reply in this topic or send me some link in this 4rum about Database programming with vb.net 2008 and MS Access.

THANK YOU VERY MUCH!!

P/S: sorry about my english skill :D
 
I'm trying to describe my question

First, thanks for your attention :)

I'm trying to describe my question:

My data table in MS Access 2003:

Name(Pri) | Properties | Application

My project has 4 request:
- Connect data table using MS Access 2003
- Show data table with datagrid in winform
- Search data in table => put result (by Name) into a listbox => from result, we can read remain information (Properties and Application) by click Name in listbox and these information are shown in Richtextbox.
- Delete/Edit/Update data

Could you show me some samples or tutorials about 4 request.

THANK YOU VERY MUCH :)
 
Last edited:
#3 & #4 from the 'Forms over Data Video Series' link I provided should get you most of the way.

They're written for SQL Server so you'll need to change the Data Source from Microsoft SQL Server (SqlClient) to Microsoft Access Database File and everything else will be the same.
 

Latest posts

Back
Top