Hi Listers,
 
I'm trying to fetch Report from Remedy in MS-Access. Report will be
run`ed daily, so need to pass the Current-Date as parameter which needs
to be included in the SQL Script.
 
Link Tables is being used with  AR-System-ODBC-Driver to connect to
Remedy Server and the sample query is below:
 
Select count(*) from HPD_Helpdesk
       Where Create_time >= #06/19/2007 00:00:01 AM# AND Create_time <=
#06/19/2007 23:59:59 PM#
 
The date hard coded query runs fine but when I pass date as parameter
with  a function returning the current date( Macro code Written for this
), on executing query I get message that no data found.
 
When I use SQL ODBC driver Macro written code (which returns current
date) works fine with same query it returns the data.
 
I did even try with record set ( Macro Code open connection ,open record
set and directly executing SQL script from code ) I got the same message
that "no record was found".
 
Is there something which iam missing out here, (on Remedy ODBC Driver ),
I need to pass the Date daily ( current Date ) if that's the case then
what date time conversion I should take care of.
 
Guide me how can this be done.
 
Regards, 

Prashanth Bhagawat 
IT Consultant 
Remedy Application Management Services 
_____________________________________ 
LogicaCMG - Releasing your potential 

Divyasree Technopolis
124-125 Yemlur PO, off Airport Road
Bangalore - 560 037, INDIA
T:  +44 20718 25414 Extn No: 25414 
E:  [EMAIL PROTECTED] 
www.logicacmg.com <http://www.logicacmg.com/>  



This e-mail and any attachment is for authorised use by the intended 
recipient(s) only. It may contain proprietary material, confidential 
information and/or be subject to legal privilege. It should not be copied, 
disclosed to, retained or used by, any other party. If you are not an intended 
recipient then please promptly delete this e-mail and any attachment and all 
copies and inform the sender. Thank you.

_______________________________________________________________________________
UNSUBSCRIBE or access ARSlist Archives at www.arslist.org ARSlist:"Where the 
Answers Are"

Reply via email to