>             FbDataAdapter da = new FbDataAdapter("SELECT * FROM UNITS",
> k2Conn);
>             DataSet ds = new DataSet();
>             da.Fill(ds);
>             dataGridView1.DataSource = ds.Tables[0];
> ========
>
> i've tried: ds.Tables[1]
>               ds.Tables["FILM"]
>

And where's select for the table FILM? You have to fill dataset's
units table from select above and the fill dataset's table film from
another select.

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

-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to