Categories: MSDN / DotNet / Java / Scripts / Linux / PHP Ask - La ask - La Answer

database example

any1, where i can download database example? (sql,access)
[58 byte] By [sugi] at [2007-11-11 8:14:42]
# 1 Re: database example
http://www.google.com/search?q=sql+server+sample+databases
http://www.google.com/search?q=access+sample+databases
Phil Weber at 2007-11-11 23:47:14 >
# 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 >
# 3 Re: database example
thanks all for the information...^_^
sugi at 2007-11-11 23:49:07 >