Generating base classes from sql server

  • Thread starter Thread starter Poppy
  • Start date Start date
P

Poppy

I have to develop some code which will create base classes
from a sql server database, for each of the tables.

I have to develop this myself and cannot use a third party
control but have absolutly no idea where to start.

Can anyone point me in the right direction ?

A difficult one I know.

Thankyou in Advance
 
Poppy said:
I have to develop some code which will create base classes
from a sql server database, for each of the tables.

I have to develop this myself and cannot use a third party
control but have absolutly no idea where to start.

Can anyone point me in the right direction ?

A difficult one I know.

Thankyou in Advance

I think you want a "Typed DataSet", search for that and you get a lot of answers


Hans Kesting
 
Back
Top