December 2003
Intermediate to advanced
764 pages
24h 58m
English
Since the sample application in this chapter lets the user personalize the content of the billboard, we need a database table to store information about each employee’s choices. The new table is shown in Table 13-2.
|
Column name |
SQL data type |
Primary key? |
UserName |
CHAR (text) |
Yes |
ProjectName |
CHAR (text) |
Yes |
The table holds one row per unique user-project combination. You need to create this table in your database before you can run the example.
Read now
Unlock full access