Page 1 of 1

Function with Object return Type

Posted: Fri Jul 31, 2009 7:21 am
by Kashif
Dear all members.

My requirement is to define a function with return type of any object,
the object can be Composit of to different datatypes

for example if i want to return the values of type Date and number.
Then how can i do this using a SINGLE function.
I think that it can be done by make the return type obejct of that function, but HOW i dont know.

please help me regarding this

Posted: Fri Jul 31, 2009 7:27 am
by admin
Return as varchar and then convert as per desire. tks

Posted: Mon Aug 03, 2009 7:43 am
by Kashif
[quote]Return as varchar and then convert as per desire. tks

<i><div align="right">Originally posted by admin