[IronPython] datetime.strptime is missing in IronPython?

2010-06-07 Thread Peter Masiar
x27;combine', 'ctime', 'date', 'day', 'dst', 'fromordinal', 'fromtimestam p', 'hour', 'isocalendar', 'isoformat', 'isoweekday', 'max', 'microsecond', &#

Re: [IronPython] Fwd: example of using IronPython with MS Access database (.mdb)?

2010-05-27 Thread Peter Masiar
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

Re: [IronPython] Calling a query from .MDB (Access stored procedure) by name:

2010-05-26 Thread 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

[IronPython] Calling a query from .MDB (Access stored procedure) by name:

2010-05-24 Thread Peter Masiar
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

Re: [IronPython] example of using IronPython with MS Access database (.mdb)?

2010-05-24 Thread Peter Masiar
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/

Re: [IronPython] example of using IronPython with MS Access database (.mdb)?

2010-05-24 Thread Peter Masiar
/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

[IronPython] example of using IronPython with MS Access database (.mdb)?

2010-05-24 Thread Peter Masiar
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