Re: [Firebird-net-provider] FbDataAdapter => DataSet

2007-11-14 Thread VS-Polis
Hi Steve, I created a similar solution CreateTypedDataset using standard NET methods and Firebird-SELECTs. My solution creates a DataSet, calls the table definitions of the database, saves the DataSet's contents as xsd file, and creates the MyDataSet.Designer.cs. Clearly, you have other aims. Bu

[Firebird-net-provider] FbDataAdapter => DataSet

2007-11-13 Thread Steve
Hi All, I'm new to C# so I'm not sure I'm asking the correct question. Is it possible to generate an object of type DataSet from the FirebirdNETProvider FbDataAdapter? I see in the source where there's a GenerateDataset method but the class is defined as internal. I'm writing a DAL and I'd like