From: Eduardo E. <eel...@na...> - 2004-05-25 16:23:21
|
I use this import sqlobject import mx.DateTime class MySQLObject (SQLObject) mydate = DateTimeCol() o = MySQLObject.get(1) o.mydate = now() The mx package you get it from www.egenix.com Hope this helps. Ed. Cary Fitzhugh wrote: > What is the proper way to put data into this column? > > As a string? What format? > > I'm using mySQL. > > Thanks. > > _________________________________________________________________ > MSN Toolbar provides one-click access to Hotmail from any Web page – > FREE download! > http://toolbar.msn.click-url.com/go/onm00200413ave/direct/01/ > > > > ------------------------------------------------------- > This SF.Net email is sponsored by: Oracle 10g > Get certified on the hottest thing ever to hit the market... Oracle 10g. > Take an Oracle 10g class now, and we'll give you the exam FREE. > http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click |