/* Check to make sure we are connected to the database before allowing access to the home page. If not connected, go connect and initialize; otherwise, welcome the user.\ */ if(!database.connected()) redirect("init.htm"); cursor = database.cursor("select * from dep_rel order by rel_id"); Dependent Relationship Codes

You may either delete an existing dependent relationship (top table) or add a dependent relationship (bottom table).

while(cursor.next()) {}
Relationship
(Select to Delete)
Relationship Description
write(cursor.rel_ID); write(cursor.rel_descp);


Add Dependent Relationship Code
Relationship Description:

Return to Main Menu