ATAR Notes: Forum
VCE Stuff => VCE Technology => VCE Mathematics/Science/Technology => VCE Subjects + Help => VCE Computing: Software Development => Topic started by: huss48 on August 23, 2010, 04:24:15 pm
-
Hi there can someone help me do a N-S Diagram for one module (eg, saving, adding, updating or deleting) a record from the VB program.
This is for the U4O1 where you need to create a database records and put it in the VB program.
Also how would u write a pseudo code for checking if the ID field is numeric.
help is greatly needed :)
-
this program we making for U4O1 is a database records for patients.
Fields: Patient's ID, First name, Surname, Street, Address, Phone, E-mail, DOB, Medical Notes
-
u should set the ID field as automatic...so it cannot be changed.
and also are u using access to link it up?
-
yeh access, need to know how to do it by Wednesday
please help
-
Also how would u write a pseudo code for checking if the ID field is numeric.
If using database the ID field would be the primary key.
And u would set it to autonumber, and also disable the label or textbox in which u are displaying the ID field in.
Therefore there shouldn't be a psuedo code needed for checking the ID field if it's numeric.
-
yeh but we have to write one