Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Hi, Anyone know how to format an

Status
Not open for further replies.

cleith

Programmer
Sep 27, 2002
22
0
0
Hi,

Anyone know how to format an SQL WHERE clause for FoxPro ODBC. I have tried several formats and all return 'missing operand error.

WHERE date = #01/01/2000#

WHERE date = '01-01-2000'

WHERE date = '2000-01-01'

WHERE date = '20000101'

Thanks,

Charles


I have
 
what about this?

replog."RLG_DATE" >= {ts '2003-01-01 00:00:00.00')

good luck !

[americanflag] ShannonLea [americanflag]

"I keep hitting 'escape' but I'm still here..."
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top