Add ability to open dataset without sending SELECT query on server.
It is useful for inserting new data without selecting existing.
4
votes
Anton
shared this idea
-
Anonymous commented
To dataset know the fields it need to retrieve them from database, so I think the better way is to do by conventional way select ... where Id_field_x is null;