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

Strange problem with return values of UDF in proc

Status
Not open for further replies.

Crowley16

Technical User
Jan 21, 2004
6,931
GB
Hi everyone

I have a proc which selects data from some tables and a inline udf. The udf returns a varchar(500) and is just called from the select statement.

the proc works fine when run from query analyser however when I try to run it from ADO, it doesn't return any records. If the udf is removed from the proc, then records are returned.

anyone have any ideas why this is?

Thanks.

--------------------
Procrastinate Now!
 
Can you post there your ADO statement ?

Zhavic

---------------------------------------------------------------
In the 1960s you needed the power of two Comodore64s to get a rocket to the moon. Now you need a machine which is a vast number of times more powerful just to run the most popular GUI.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top