Hello:
I think I may have found a bug in the Firebird .Net data provider. Consider
the following code:
FbDataAdapter dataAdapter = new FbDataAdapter(selectCommand, this.conn);
DataSet ds = new DataSet();
dataAdapter.Fill(ds);
String name = ds.Tables[0].TableName
The bug is that the "TableName" is always set to "Table" instead of the name
of the table as it is declared in the database. The Microsoft SQL data
provider set the TableName to the correct value.
Are you sure the Sql Server provider does that, i doubt it ; ??
Can somebody confirm this. please ??
--
Carlos Guzmán Álvarez
Vigo-Spain
http://carlosga.blogspot.com/
-------------------------------------------------------
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&kid0944&bid$1720&dat1642
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider