PC Review Forums Newsgroups Microsoft DotNet Microsoft ADO .NET Accessing UDF's that return tables

Reply

Accessing UDF's that return tables

 
Thread Tools Rate Thread
Old 10-12-2004, 03:34 AM   #1
Kenneth
Guest
 
Posts: n/a
Default Accessing UDF's that return tables


Can anyone give a quick example on how to store a Table returned from an SQL
Server User-Defined Function into a DataReader object?


  Reply With Quote
Old 15-12-2004, 12:35 AM   #2
Robbe Morris - Microsoft MVP C#
Guest
 
Posts: n/a
Default Re: Accessing UDF's that return tables

select * from dbo.MyUdf('blah')

search in SQL Server Help for this: user-defined functions, return a table

--
Free ASP.NET Business Icons And Graphics
http://www.eggheadcafe.com/free_gra...ult.asp?start=1


"Kenneth" <kenneth_boehme@hotmail.com> wrote in message
news:cpb5gi$ll6$1@news.xmission.com...
> Can anyone give a quick example on how to store a Table returned from an
> SQL
> Server User-Defined Function into a DataReader object?
>
>



  Reply With Quote
Reply



Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off