Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #64321
| From | Denis McMahon <denismfmcmahon@gmail.com> |
|---|---|
| Newsgroups | comp.lang.python |
| Subject | Re: Help with simple code that has database defined |
| Date | 2014-01-19 20:05 +0000 |
| Organization | A noiseless patient Spider |
| Message-ID | <lbhb6d$smo$3@dont-email.me> (permalink) |
| References | <4ea55e83-cfcd-4aaf-824a-3e3bced921c2@googlegroups.com> |
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, just update the > information of that(name) e.g course,grade and date. Otherwise, add it. That sounds like an sql issue specific to your chosen database, not a python issue. > This is just part because this is what I know how to do, for rest have > no idea I suggest you get idea fast. Or ask your lecturers for advice. Or return the advance you were paid on this coding job, because you don't seem to have the skills to do it. -- Denis McMahon, denismfmcmahon@gmail.com
Back to comp.lang.python | Previous | Next — Previous in thread | Find similar | Unroll thread
Help with simple code that has database defined indar kumar <indarkumar59@gmail.com> - 2014-01-18 18:23 -0800 Re: Help with simple code that has database defined Dennis Lee Bieber <wlfraed@ix.netcom.com> - 2014-01-18 23:14 -0500 Re: Help with simple code that has database defined Denis McMahon <denismfmcmahon@gmail.com> - 2014-01-19 20:05 +0000
csiph-web