Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
zez00
Starting Member
2 Posts |
Posted - 2009-06-23 : 09:23:16
|
| hi i want to create database for book , that allow me to enter all its pages ,then i can display it in a web form(each page in a web form)any idea ....thanks in advance. |
|
|
webfred
Master Smack Fu Yak Hacker
8781 Posts |
Posted - 2009-06-23 : 09:28:18
|
As an approach:table book with id, title, author, short_description etc.table page with book_id, page_no, page_value etc.Edit: title added No, you're never too old to Yak'n'Roll if you're too young to die. |
 |
|
|
|
|
|