Pseudocoding Database functions (1 Viewer)

sikeveo

back after sem2
Joined
Feb 22, 2004
Messages
1,794
Location
North Shore
Gender
Male
HSC
2005
How do i pseudocode functions done to a database?

Eg If i want to add a record to a database how would i pseudocode it?
 
Joined
Nov 4, 2004
Messages
3,550
Location
Sydney
Gender
Male
HSC
2005
It works simply as a normal database, you declare an identifier as what you want to enter into the database, in simple format of table.field(index), so for example

Begin
Index = 4
flower = "sunflower"
florest.stock(4) = sunflower
End

:D im assuming thats all you meant
 
Last edited:

Users Who Are Viewing This Thread (Users: 0, Guests: 1)

Top