ADO.NET for ASP.NET?

  • Thread starter Thread starter szabelin
  • Start date Start date
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
 
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.
 
Back
Top