[freetds] output parameters and "unknown marker"

ZIGLIO, Frediano, VF-IT Frediano.Ziglio at vodafone.com
Fri Jan 7 02:53:05 EST 2005


> 
> Here it is. 
> 
> create procedure pdtGetDealRevalDates
> 	@dealid ObjectID,
> 	@pricingDate Date,
> 	@last Date output,
> 	@prev Date output
> as
> begin
> 	select @last = max(RevalDate) from DealValueRecorder where
> RevalDate < @pricingDate
> 	select @prev = max(RevalDate) from DealValueRecorder where
> RevalDate < @last
> end
> 
> GO
> 

Mmm... does it date a user defined type ??

freddy77


More information about the FreeTDS mailing list