DAO Wrapper Class

  • Thread starter Thread starter Guest
  • Start date Start date
Okay, I'll bite. What is a DAO wrapper class?

Tim F

A place where one learns to make their code rhyme?

Oops, that's a DAO *rapper* class! My bad.

RD
 
SteveG said:
Does anyone have or know where I can
find a DAO wrapper class?

DAO _is_ an Object/Class... Data Access Objects. You use it, in part, by
setting and retrieving properties. It really is simple to use, so why would
you need a "wrapper class"?
 

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

Similar Threads

DAO vs ADO 11
DAO 8
Invoking "Explicit type argument" methods with reflection ? Possib 7
ADO -DAO problem 1
Delete index using DAO 11
DAO 10
DAO Transaction - dbFlushOSCacheWrites ? 2
Some kind of wrapper class 10

Back
Top