Re: I really hate .NET especially inside Delphi



Nick Hodges (Borland/DTG) wrote:
Dave Nottage [TeamB] wrote:

Compare (to VCL) the way dataset fields are handled, for example.

Or the concept of a cursor.


A cursor as in database term is IDataReader.

If you mean in terms of bound GUI, have a look at BindingContext and CurrencyManager.
You can have different binding contexts and thus record "cursors" on the very same data container (e.g. an IBindingList or *cough* a DataTable).
Then again, this isn't ADO.Net, it is SWF.
ADO.Net as an API simply is not interested in this kind of stuff.
.