Database Connectivity - Help

  • Thread starter Thread starter Ash
  • Start date Start date
A

Ash

Hi,

I'm new to C# and am learning it, but am stuck at one situation. I've got a
class library, that is going to manage my database connections. I've managed
to make the connection to the database (ms access) but how do i return the
data that is filled in the dataset to the application that is going to
reference this class?

Is there a way i can return a dataset? How does the client application use
it in its code? I'm also confused how i'll get navigation work, that is,
next and prev.

Would appreciate if anyone can advice, and if you have any site that talks
about class library on database connections and the like.

Thanks!

Ash
 
Back
Top