x27;combine', 'ctime', 'date', 'day', 'dst', 'fromordinal', 'fromtimestam
p', 'hour', 'isocalendar', 'isoformat', 'isoweekday', 'max', 'microsecond',
I added another wiki page, with example of using Access MDB via
adodbapi module - it **is** simpler and more pythonic.
http://www.ironpython.info/index.php/ADODB_API
Thanks Vernon for helping me to get adodbapi running. Adodbapi is my
favorite now! ;-)
--
-
Peter Masiar
I took me a long time to find it out.
I may try to add also ADODB example, I see it is missing too. Time
permitting... :-)
--
-----
Peter Masiar
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
from my "query" to IronPython as
text SQL command.
Thanks again
--
-
Peter Masiar
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/users-ironpython.com
I found that it is a wiki and I can fix it myself - so I did.
http://www.ironpython.info/index.php/Databases_with_Odbc
"helping the next guy" (TM)
Thanks again.
___
Users mailing list
Users@lists.ironpython.com
http://lists.ironpython.com/listinfo.cgi/
/index.php/Databases_with_Odbc
"helping the next guy" (TM)
On Mon, May 24, 2010 at 12:49 PM, Lukas Cenovsky wrote:
> Peter Masiar wrote:
>
> Gurus,
>
> I am trying to wrap my mind about how I can access MS Access database
> from IronPython. My apologies - I bet this w
Gurus,
I am trying to wrap my mind about how I can access MS Access database
from IronPython. My apologies - I bet this was asked about zillion
times, but of course "Access" is impossible to google. I believe that
it is same thing as Jet engine, Access 2003 uses .mdb as file
extension.
I found ht