COM and returning dates

Richard Chamberlain richard_chamberlain at ntlworld.com
Wed Apr 19 11:27:42 EDT 2000


Hi,

I'm trying to use Python as a COM object (called from VB) basically
returning values from a database, some of which are dates.

The problem I'm getting is that the dbi date object obviously doesn't
translate.

So is there a way a can simply do this?

I was thinking of running through the list and converting the dbi date
objects into string representations and passing those. But I'm not sure what
I do with them on the VB side.

Any better ideas?

Thanks

Richard





More information about the Python-list mailing list