Calling Database Function using ADO.Net

  • Thread starter Thread starter Ravi
  • Start date Start date
R

Ravi

Hi
I want to call database function using ADO.Net.
If anyone have idea.Pls help me.
Thanks
Ravi
 
Use it jus like you normally would. If it's user defined, make sure you
have the permissions and the proper references to the ownership chain.

However, if you want to use ISNULL for instance

"SELECT ISNULL(myFielld, 'SomeValue) FROM someTable" will work..getdate()
all that good stuff, just write it exactly like you would in a query.
Cheers,

Bill
 
¤ Hi
¤ I want to call database function using ADO.Net.
¤ If anyone have idea.Pls help me.

What kind of database? What kind of function?


Paul ~~~ (e-mail address removed)
Microsoft MVP (Visual Basic)
 
Back
Top