database example
any1, where i can download database example? (sql,access)
[58 byte] By [
sugi] at [2007-11-11 8:14:42]

# 2 Re: database example
Database Example?(sql,access)
SQL When you install MS-SQL, some database samples are already included in MS-SQL.
Access
1) Click New (Ctrl + N)
2) Select Database Tab
- You will see some samples access project. (Asset Tracking, Inventory Control)
3) Choose one and Save mdb
4) Database Wizard will be shown after saving mdb.
5) Go Next, and Finish.
- Finally, it will create all tables and everything automatically.
OR
google it. :-)
http://www.google.com/search?hl=en&q=SQL+database+samples&btnG=Google+Search
http://www.google.com/search?hl=en&lr=&q=microsoft+Access+database+samples
Sync at 2007-11-11 23:48:14 >
