On Sat, 18 Jan 2014 18:23:01 -0800, indar kumar wrote:
> I have to save students information in a database that is keeping
> continuously track of the information. Format is as follows:
You probably need to use one of the database modules.
> Note: if this name already exists there in database, j
I have to save students information in a database that is keeping continuously
track of the information. Format is as follows:
Information:
Note: if this name already exists there in database, just update the
information of that(name) e.g course,grade and date. Otherwise, add it.
What I thi