Can anyone help me create a procedure or
anonymous block named New_Member that will
prompt the user for First_Name, Last_Name, Street,
City, Phone, and Valid_Date.
It will insert this data into a table
called S_Member. If this data
is distinct, if it is not already in the
database it will give a message that
gives the new users member id. I have a
sequence generator named s_member_id
that will give the id. If the person is
already in the database it will give a message saying
that this user is already in the database.
Any help will be appreciated. Thanks.
Andrea
anonymous block named New_Member that will
prompt the user for First_Name, Last_Name, Street,
City, Phone, and Valid_Date.
It will insert this data into a table
called S_Member. If this data
is distinct, if it is not already in the
database it will give a message that
gives the new users member id. I have a
sequence generator named s_member_id
that will give the id. If the person is
already in the database it will give a message saying
that this user is already in the database.
Any help will be appreciated. Thanks.
Andrea