You are on page 1of 1

new database

- open microsoft access


- new blank database
- name it "sample 1"
- create a new table

course_code | text
___________________|________
corse_description | text
___________________|________

- save
- name it "course 1" then click "no"
- open the saved file the input a text

-----------------------------

.net

- open a new project


- click "tools" from menu bar
- click "connect to database"
- choose "provider"
- then click for "microsoft jet 4.0 ole db provider"
- then go to "connection"
- click "sample 1"
- click "test connection"
- then "ok"
- create a new form which is "form 1"
- then click "data" from "toolbox"(left corner of the screen)
- then click "oledbdataadapter"
- click "query builder"
- click "course 1"
- then click "don't include password"

You might also like