OLEDB Database Class

  • Thread starter Thread starter Tull Clancey
  • Start date Start date
T

Tull Clancey

Hi, can anyone point me in the right direction for samples or information on
creating a good quality Database Connection Class for VB NET? Relatively
new to Net and having difficulties getting my head around it!

Thanks,
Tull.
 
It would be difficult to write an efficient DataBase Connection Class unless
it was specifically for one particuliar DataBase Schema. Suggest getting a
book on ADO.Net..Microsoft publishes a very good one with lots of examples.
 
Back
Top