simple client data base

Anoop Thomas Mathew atmb4u at gmail.com
Mon Sep 3 10:29:46 EDT 2012


Hi,

You can make use of sqlite database also.
And for the structure, you can create a single table and different columns
for the fields like name, number etc.
You can get more details over here.
http://docs.python.org/library/sqlite3.html

Thanks,
Anoop Thomas Mathew

atm
___
Life is short, Live it hard.




On 3 September 2012 19:51, loïc Lauréote <laureote-loic at hotmail.fr> wrote:

>
> Hi,
>
> You can try gadfly !
> This system is based on SQL.
>
> Loïc
> *
> ***
>
>
>
> > From: markrrivet at aol.com
> > Subject: simple client data base
> > Date: Mon, 3 Sep 2012 10:12:11 -0400
> > To: python-list at python.org
>
> >
> > Hello all, I am learning to program in python. I have a need to make a
> > program that can store, retrieve, add, and delete client data such as
> > name, address, social, telephone number and similar information. This
> > would be a small client database for my wife who has a home accounting
> > business.
> >
> > I have been reading about lists, tuples, and dictionary data
> > structures in python and I am confused as to which would be more
> > appropriate for a simple database.
> >
> > I know that python has real database capabilities but I'm not there
> > yet and would like to proceed with as simple a structure as possible.
> >
> > Can anyone give me some idea's or tell me which structure would be
> > best to use?
> >
> > Maybe its a combination of structures? I need some help.
> >
> > Thanks for your help.
> > --
> > http://mail.python.org/mailman/listinfo/python-list
>
> --
> http://mail.python.org/mailman/listinfo/python-list
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120903/bf23c9da/attachment.html>


More information about the Python-list mailing list