How can we call UDF(User Define Function) using C# code in
ASP.net ?
Answer / reventh
yes you can call a function.
sqlcommand cmd=new sqlcommand("select function
(parametter)");
sqldatareader rdr=cmd.excutereader();
while(rdr.read()
{
do something here;
}
| Is This Answer Correct ? | 1 Yes | 3 No |
Explain primary key, foreign key and unique key?
How to insert new line characters into strings?
what does the automatic recovery do? : Sql server administration
How do I make a resultset scrollable?
What are the pros and cons of creating extended stored procedures?
How many types of indexes are there in SQL Server?
6 Answers CarrizalSoft Technologies, United Healthcare,
How would you Update the rows which are divisible by 10, given a set of numbers in column?
What are the restrictions applicable while creating views? : SQL Server Architecture
How do you optimize Sql queries ?
diffrence between function and procedure
1. What is CUBE Operator? 2. what are the new data types are available in sql server 2008? 3. Inisde a nested queries, how many subqueries u can have?
How do I trace a query in sql server?
Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288)