Hi all,

 

I've been skimming through the changes.txt and the changlog.txt for changes but 
was not able to find anything about it. Anyway, here it goes:

 

Can this be now be done to return a single datasets with two table adapters:

Select * from master;

Select * from detail;

 

The reason for asking this is that it will greatly simplify my work with 
Firebird. As it is now, I have to do this:

1)      Create a class for holding orders.

2)      Add a property to this class with holds a collection of details

3)      Create a class for holding the details.

4)      Create a generic collection class for the master

5)      Use a datareader to fetch the data for the master into a generic 
collection.

6)      Use a datareader to fetch the data for the detail (inside the property 
in nr. 2 above)

This works (sometimes great) usually well, but it's a lot of work, and I also 
have to run through the collections and update the database manually.

 

I have a license for the excellent LLBLGen Pro (www.llblgen.com)which could 
save me tons of time and leave me to concentrate on the business logic, But I'm 
not allowed to use it - sadly. LLBLGen Pro used your provider against Firebird 
btw.

 

Finally: I'm very impressed what you guys have accomplished with the Firebird 
provider. Without your work, I could not have used my dear .Net and C#, since 
my employer have used Firebird with Delphi for years and intend to continue 
with that J

 

Best wishes

Kai Bohli

Norway

 

-------------------------------------------------------------------------
SF.Net email is sponsored by: The Future of Linux Business White Paper
from Novell.  From the desktop to the data center, Linux is going
mainstream.  Let it simplify your IT future.
http://altfarm.mediaplex.com/ad/ck/8857-50307-18918-4
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to