Re: [PythonCE] Database

2006-02-19 Thread Dario Lopez-Kästen
Peter Dembinski said the following on 2006-02-19 11:13: >>dan2cil wrote: >> >> >>>Which database is possible to use with Python CE? >>> >>> >> >>SQlite works; > > > I am curious whether Oracle version for PocketPCs works with Python too > (for example, via ODBC). you'd have to get some odbc adap

Re: [PythonCE] Database

2006-02-19 Thread Peter Dembinski
> dan2cil wrote: > >> Which database is possible to use with Python CE? >> >> > SQlite works; I am curious whether Oracle version for PocketPCs works with Python too (for example, via ODBC). ___ PythonCE mailing list PythonCE@python.org http://mail.pyt

Re: [PythonCE] Database

2006-02-19 Thread Giovanni Petrucciani
dan2cil wrote: >Which database is possible to use with Python CE? > > SQlite works; the only caveat is that you have to load two dlls (the sqlite dll and the c part of the pysqlite module), and so it consumes some memory You can get a binary build of sqlite on http://area51.sns.it/users/giovann

[PythonCE] Database

2006-02-17 Thread dan2cil
Which database is possible to use with Python CE? Thank Danilo ___ PythonCE mailing list PythonCE@python.org http://mail.python.org/mailman/listinfo/pythonce