By that I assume you mean, clicking the DataSet in the ToolBox and dropping it on the form. I can't figure out how to create a typed dataset using that method. Short of manually creating the table and all of the columns within the DataSet, which is cumbersome and time consuming to say the least. Surely there must be a way to have the dataset and hence the table and columns created automatically from the FbDataAdapter at design time. I have used FbDataAdapter.FillSchema with success at run time but that means I have to set all the column headings at run time rather than at design time.

Jiri Cincura wrote:
On Wed, Aug 13, 2008 at 7:15 PM, Steve Boyd <[EMAIL PROTECTED]> wrote:
No I don't have a typed dataset.  The only way I know to create a typed
dataset is to use the Data | NEw Data Source menu option.  But the Firebird
provider isn't one of the choices so I can't create a typed dataset.

No, this isn't only one. I fact it's not standard way. Normal way is
to add new item (DataSet) into project and create all stuff in dataset
designer.


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to