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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

No "PassThru"

Status
Not open for further replies.

AnanthaP

IS-IT--Management
Feb 13, 2003
152
IN
How to construct the opposite of "PassThru" SQL in ASP? i.e. the run time must execute only standard ASP functions.

Eg: the RDBMS has constructs like

Conn. Str="Select date_part('year', dtFieldName) as X from tblHavingDateField"

while I need to work it with
Conn.Str="Select date(dtFieldName) as X from tblHavingDateField".

In general, is there any flag to tell the system that I want to execute only ASP code? If possible, where do I plug this in? In the driver, provider?. Is it possible?.

I don't want to write parsers or custom controls.

End of question
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top