DataSet TableAdapter

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for Oracle
Post Reply
Willi2205
Posts: 1
Joined: Wed 01 Aug 2007 07:36

DataSet TableAdapter

Post by Willi2205 » Wed 01 Aug 2007 07:57

I have created a new typed DataSet using the Core Lab DataSet Wizard.

How do I get access to the TableAdapter and how do I get access to the added queries in the TableAdapter?

I'm using Visual C# 2005.

Alexey
Posts: 2756
Joined: Mon 13 Mar 2006 07:43

Post by Alexey » Wed 01 Aug 2007 08:33

To be able to access added querries you should have switched off "Use provider-specific code generator" checkbox when creating your dataset. Our generator doesn't support custom querries yet.

Post Reply