Table Name | [MusicTable.mdb]-Download |
Primary Key | MusicID |
Foreign Key | Nil |
Column Definition:
Column Name | Data Type |
MusicID | AutoNumber |
MusicName | Text |
SingerName | Text |
PageLink | Text |
Lyrics | Text |
Table Description:
Column Name | Description |
MusicID | Create AutoNumber for music id |
MusicName | insert text |
SingerName | insert text |
PageLink | insert text |
Lyrics | insert text |
|
Download Complete Source
Below Figure shows the output of above asp code, when viewed through a browser.