Just so you know, I wasn't able to get the dTextBox to insert a date into the database. I ended up changing the data type in the database to be a varchar. This isn't what I had in mind, but it's not completely imperative that those fields be of type DATE.
Thanks for trying to help me anyway. Mike M. On Mon, Jul 21, 2008 at 12:50 PM, Paul McNett <[EMAIL PROTECTED]> wrote: > Mike Mabey wrote: > > I use dTextBox for my dates and datetimes, because dTextBox works for my > >> needs. > >> > > > > When you do this, how do you check that the format of the date is SQL > > compatible? I guess this could be done with a regular expression, but > those > > are more messy in Python than I wish they were. > > You don't need to deal with that. Dabo does it for you. > > Paul > > [excessive quoting removed by server] _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users Searchable Archives: http://leafe.com/archives/search/dabo-users This message: http://leafe.com/archives/byMID/[EMAIL PROTECTED]
