python and databases

Irving Duran irving.duran at gmail.com
Tue Mar 14 16:44:24 EDT 2017


I don't know that there is a native library in python for you to call an MS
Access db.  Would you be able to extract the content into a CSV and read it
that way? Also, is there a particular reason why you couldn't use an
additional python lib?


Thank You,

Irving Duran

On Tue, Mar 14, 2017 at 2:59 PM, Xristos Xristoou <saxri89 at gmail.com> wrote:

> I have a database in  microsoft ACCESS with about 150 records.. if I want
> to get some data from this database using  a query in python and i want to
> store in some variables in python that will do this ? to avoid the 150 if
> ...: Using the standard library the python? know easily put it an SQL query
> but i canot use additional library python.
> --
> https://mail.python.org/mailman/listinfo/python-list
>



More information about the Python-list mailing list