storing a string data in access

alex23 wuwei23 at gmail.com
Sun Nov 2 19:47:52 EST 2008


On Nov 3, 3:47 am, "tedpot... at gmail.com" <tedpot... at gmail.com> wrote:
> Hi
> I have
> access.Fields("Time").value=t
> I would like t to be  a string reprsenting a data.  How can I do this?

t = "string representing a datum"
access.Fields("Time").value = t



More information about the Python-list mailing list