27
MS Access and Database Connections

MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Embed Size (px)

Citation preview

Page 1: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

MS Access and Database Connections

Page 2: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Pre-workTo make our program work seamlessly, first we have to make a small change on the database table.

Page 3: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Pre-workOpen table in design view

Page 4: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Pre-workSet TCKIMLIK as primary key.

Important: What is primary key?

Page 5: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Next!Our very first database program

Page 6: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Database Connection

Page 7: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Database Connection

Page 8: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Database Connection

Page 9: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Database Connection

Page 10: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Database Connection

Page 11: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Database Connection

Page 12: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Database Connection

Page 13: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Adding DataGridView

Page 14: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

DataGridView connection

Page 15: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

DataGridView connection

Page 16: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

DataGridView connection

Page 17: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

DataGridView connection

Page 18: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

DataGridView connection

Page 19: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

DataGridView connection

Page 20: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

DataGridView connection

Resides at the bottom

Page 21: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Loading data automatically

Page 22: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Saving (Persisting) Data

Page 23: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Saving (Persisting) Data

Page 24: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Saving (Persisting) Data

Page 25: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Saving (Persisting) DataClose the program, and reopen it.

Page 26: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Updating Data

Update some data, close the program and reopen it.

Page 27: MS Access and Database Connections. Pre-work To make our program work seamlessly, first we have to make a small change on the database table

Deleting Data

Delete one row and reopen the program.