VCE Stuff > VCE Computing: Software Development
Help with N-S Diagram
huss48:
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 :)
huss48:
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
chopz:
u should set the ID field as automatic...so it cannot be changed.
and also are u using access to link it up?
huss48:
yeh access, need to know how to do it by Wednesday
please help
chopz:
--- Quote from: huss48 on August 23, 2010, 04:24:15 pm ---
Also how would u write a pseudo code for checking if the ID field is numeric.
--- End quote ---
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.
Navigation
[0] Message Index
[#] Next page
Go to full version