Filemaker 7 ODBC Select
- From: "Andy" <ajohnstone@xxxxxxxxxxxxxxxx>
- Date: 29 Aug 2005 10:19:16 -0700
Hi all,
After getting my code working with FM 6 and ODBC, i'm now trying to
update my database code to talk to FM 7. I'm having a weird problem
with a date field though.
I can insert a date using a query like so:
INSERT INTO FMTable( Text1, Amount, Time1, Date1, Text2 ) VALUES( 'text
235', 235.325, { T '11:23:22' }, { D '2005-04-03' }, NULL )
Time1 being a Time, and Date1 being a date field..
The problem is when i attemp to update Date1; it updates, but when its
read back, it comes as a null.
any ideas?
Thanks
Andy
.
- Follow-Ups:
- Re: Filemaker 7 ODBC Select
- From: Andy
- Re: Filemaker 7 ODBC Select
- Prev by Date: Re: FM 7 and counting records of similar criteria
- Next by Date: Re: Filemaker 7 ODBC Select
- Previous by thread: FM 7 and counting records of similar criteria
- Next by thread: Re: Filemaker 7 ODBC Select
- Index(es):