Hi,

if I use FbDataAdapter (latest beta of .NET 2.0 provider) to generate DataSet from select command, everythiing is fine. But if I use the table selection from list (2 tables in selection, one table has FK to another's table PK) I'm getting this error:

System.ArgumentException: Column 'fk_name' does not belong to table ForeignKeys.

   at System.Data.DataRow.GetDataColumn(String columnName)

   at System.Data.DataRow.get_Item(String columnName)

at FirebirdSql.Data.Design.DataAdapter.DataSetGenerator.GenerateDataset(String connectionString, ArrayList tables, String name, Boolean properCase)

at FirebirdSql.Data.Design.DataAdapter.FbDataAdapterDataSetGenerator.GenerateDataSet()

--
Jiri Cincura
http://www.cincura.net/


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to