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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top