On Wed, Mar 15, 2017 at 6:59 AM, Xristos Xristoou <saxr...@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.
>

If you can't use third-party libraries, then basically your only
option is to export it as text, eg CSV.

ChrisA
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to