On 03/15/2017 08:45 AM, Xristos Xristoou wrote:
> first thx for response second i cant use additional packate because i
> build tool for other python program and that use standar python
> only,
I don't see how you can retrieve data from MS Access without a tool that
is not part of the standard Pyt
Τη Τρίτη, 14 Μαρτίου 2017 - 9:59:42 μ.μ. UTC+2, ο χρήστης Xristos Xristoou
έγραψε:
first thx for response second i cant use additional packate because i build
tool for other python program and that use standar python only,
sqlite is in standar python 2.7 @Irmen de Jong ?
can use quyries in CSV @
Am 15.03.2017 um 01:23 schrieb Michael Torrie:
On 03/14/2017 01:59 PM, Xristos Xristoou 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
On 03/14/2017 01:59 PM, Xristos Xristoou 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 stand
On 14-3-2017 20:59, Xristos Xristoou 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
> stand
On 2017-03-14 20:59, Xristos Xristoou 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 li
On Wed, Mar 15, 2017 at 6:59 AM, Xristos Xristoou 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 ...:
> Us
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:5