On Wed, Aug 13, 2008 at 5:55 PM, Steve Boyd <[EMAIL PROTECTED]> wrote:
> But the designer won't let me create data bound columns in the grid if the
> columns don't already exist in the DataSet.  I don't want to have to
> manually create the columns on the dataset for queries that return many

Do you have typed dataset? If not, then you cannot use design-time
binding, because columns in dataset are created later in runtime (and
named as database columns).

> columns.  It seems a needless waste of time since the designer knows (or can
> easily find out) what columns make up the query and create them for me.
> Maybe I am just spoiled by Delphi were this all happens more or less
> automatically.


-- 
Jiri {x2} Cincura (CTO x2develop.com)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-------------------------------------------------------------------------
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