
How to Insert a Record with a Date Field into FoxPro
I can insert records into FoxPro except when the record has a date field. I
can't figure out what format FoxPro will accept. I
have tried several different formats including :
insert into Table(ADate) values ( '#1/1/2001 12:30:00 AM#')
insert into Table(ADate) values ( #1/1/2001 12:30:00 AM#)
insert into Table(ADate) values ( '1/1/2001 12:30:00 AM')
insert into Table(ADate) values ( 1/1/2001 12:30:00 AM)
and none of these work and don't know what else to try.
Any help is appreciated................thanku...dick barney