storing a string data in access

Tim Arnold tim.arnold at sas.com
Mon Nov 3 12:53:12 EST 2008


"alex23" <wuwei23 at gmail.com> wrote in message 
news:fc4ea747-e415-4571-9c2d-14a2210c272f at t18g2000prt.googlegroups.com...
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

maybe OP means t = "string representing a date", but I'm just guessing.

--Tim Arnold





More information about the Python-list mailing list