Hi.

I am trying to store a date in the following format '08/12/2002' pr '08/12/2002' or 
any other format if I have to ...on SQLServer 7.

Basically I want to use

TodaysDate = Date    ' Date is the system date function
 
strSQL = "SELECT * FROM CallBacks WHERE CallDate =" & TodaysDate

Is there any good way to follow please ??

Many thanks in advance.

Sam

---------------------------------------------------------------------
Before posting, please check:
   http://www.mysql.com/manual.php   (the manual)
   http://lists.mysql.com/           (the list archive)

To request this thread, e-mail <[EMAIL PROTECTED]>
To unsubscribe, e-mail <[EMAIL PROTECTED]>
Trouble unsubscribing? Try: http://lists.mysql.com/php/unsubscribe.php

Reply via email to