ADO.NET for ASP.NET?

S

szabelin

Hello,

How do I add ADO.NET stuff (configure adapter, dataset,
ect) onto a class library (DLL)?

My project is web-based ASP.NET that uses data access dll.
I am doing all database ops via that dll. I don't want to
hand code otherwise autogenerated code.

Most examples out there present solution for winForms.


Thank you
 
A

Alvin Bruney

not sure what you are asking here so my answer might be off. if you import
the appropriate namespace into your class dll you will have all the
namespaces available.
 

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

Top