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 |
What is forward - only cursors / read only cursor?
What is primary key index?
What is dbcc updateusage?
If a table does not have a unique index, can a cursor be opened on it?
How each E-R model constructs can be mapped to the relational model?
What is open database communication (odbc)?
Explain primary key and foreign key constraints?
What is query and its types?
What do you understand by replication in sql server? Mention the different types of replication in sql server.
What is replication with database mirroring? : sql server database administration
If you are given access to a SQL Server, how do you find if the SQL Instance is a named instance or a default instance?
How to read 2nd highest sal from EMP table?
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)