TableAdapter Class Missing

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
xp
Posts: 1
Joined: Thu 30 Sep 2010 08:39

TableAdapter Class Missing

Post by xp » Thu 30 Sep 2010 09:17

When I use DataSet Wizard or Drag And Drop to construct my DataSet, TableAdapter class are not generated.

How generate TableAdapter class ?

I see the Fill() method in the DataSet and DataTable class, but she doesn't replace Fill() methods in strong typed TableAdapter class.

To test Devart DataTable I created custom Fill and GetData queries on DataSet designer, I have 4 queries :
- Fill() and GetData()
- Fill2(int toto) and GetData2(int toto)
With Fill() method in DataTable or DataSet class, how to do to acces to custom methods Fill2(...) and GetData2(...) ?

Thanks for your help...

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Post by Shalex » Mon 04 Oct 2010 17:04

The main difference of Devart's OracleDataSet is a collection of OracleDataTables which represent enhanced System.Data.DataTables. As a result, our DataSets don't include TableAdapters. We recommend editing OracleDataSet via Devart DataSet Wizard (Tools > Oracle > DataSet Wizard).

Post Reply