December 13, 2007 at 6:04 am
Hi all,
im new to userdefine function. I have to make some userdefine function to my some purpose. I read some artical to make those.
But still i dont know how i call to this user define function to my c# code.Normaly i used storedprocedure to do everything in my sql2000 database.
Can anybody help me to solve this problem. How to call my userdefine function through my c# (asp.net) page.
or send me to related articals to understand it.
Thank you all
Sampath
(beginner to Userdefine Function)
December 13, 2007 at 8:06 am
You call it like you would a stored procedure. It returns values to your datareader.
December 13, 2007 at 6:43 pm
Hi,
Check the following link http://www.codeproject.com/KB/database/TableValuedFnsAsArrays.aspx
For me this web site is a reference for .net coding.
Regards,
Ahmed
Viewing 3 posts - 1 through 2 (of 2 total)
You must be logged in to reply to this topic. Login to reply