[Mono-list] Database Schema

Pedro Santos psantos@oninetspeed.pt
Thu, 6 May 2004 16:08:20 +0100


Hello.
=20
What's the best way to get the Database schema? The only way I see is to =
perform a query to a DataSet and get get the schema from the DataSet. Is =
there any other way?
=20
I want to generate an application to CRUD a database. For example, to =
generate the form/page to modify a row I would create one control for =
each field (based on the filed type), and then update the Database on =
submit.
=20
Whats the best way to accomplish this? Also, where can I get you code to =
generate typed Dataset's? I think it would help me on this task.
=20