Hi,

I'm very impress with .net 2.0 which Dataset already combine with Adapter,
so I can do like "Dataset.DataTable.GetData()" in order to get and polulate
data into dataset in specific datatable.

Unfortunately in my office still using VS.net 2003/.net 1.1. Normally I'm
using like this method to retrieve GetData(Dataset.DataTable), it fill
dataTable with the data.

How do I create a new class as data logic layer which inherits from Dataset
with addition method Adapter (eg: Fill, Update). So I can do
"Dataset.DataTable.GetData()" in .net 1.1. In nut shell, how do I emulate
.net 2.0 in ADO.net 1.1?

Best Regards,
Martin Adhie