DLL

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

hi,

I am creating a wrapper dll.

example

i want to add a user. logic is written in SP. Web Service is used to get
details from the application, then web service will pass the details to the
wrapper dll, where i shd decide which function to be called in the
application block dll to do the operation.

pls let me know how to write this wrapper dll?

thanks
vanitha
 
vanitha,

I'm not quite sure what you are getting at. All you should have to do
is create a connection to your database and then run your SP through a
command object. It's pretty straightforward... Unless I am missing
something?
 

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