using Database sink of Enterprise Library

  • Thread starter Thread starter rohan_from_mars
  • Start date Start date
R

rohan_from_mars

Can anyone provide me with links or information and example on using
database sink in Enterprise Library. I m using june 05 version and VS
2003.

My main question is how and where do i provide the parameter names of
the stored procedure of the dbase sink.

Plz reply to this asap
 
You dont, you just pass in the values in the same order. The enterprise
library goes to the db to get the names and types and caches them for future
reference. just pass in the array of values and your done.

Ciaran O'Donnell
 

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