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 |
can foreign key take role of primary key?
5 Answers CarrizalSoft Technologies, TCS, Villa Marie,
as a general practice, it is recommended to have dbo be the owner of all database objects however, in your database you find number of tables owned by a user other than dbo, how could you fix this? : Sql server administration
What are statistics?
How to include text values in sql statements?
How much is a sql server license?
Do you know what is user defined datatypes and when you should go for them?
When cursors are useful?
Accidentally i deleted my table. How can i get that table?
What is the cartesian product of table?
how can we use a composite key for two tables and how can we represent it
A successfully created SSIS package in SQL Server 2005 runs fine in MS BIDS and Integration Services. But gives error when run through an SQL-Job. What are the possible reasons?
What is executereader?
Oracle (3253)
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)