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 |
Differentiate between ms sql server reporting services vs crystal reports?
What is Lock table in SQL?
Will the writetext statement activate a trigger?
What is the use of custom fields in report?
What is the difference between Stored Procedure , Function and Package, 1. how many blocks in Package and what are they.
Suppose i have a table that contains 5 columns like col1,col2...colm5.I want to import only two column through BCP utility.How to do same through BCP in sybase.
How many types of Joins in SQL Server 2005?
9 Answers CarrizalSoft Technologies, HCL,
What are ddl (data definition language) statements for tables in ms sql server?
What is #temp and @table variable in SQL server?
What are cursors? Name four types of cursors and when each one would be applied?
What is a View ? Can we insert, Update and delete a view?
sql database suspect We have a sql database that is showing as suspect. How can we recover?
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)