I've tested, doesn't work either
the code
FbConnection conn = new FbConnection(Db.ConnectionString);
FbCommand comm = new FbCommand("select * from test", conn);
FbDataAdapter da = new FbDataAdapter(comm);
da.MissingSchemaAction = MissingSchemaAction.AddWithKey;
DataTable t = new DataTable();
try
{
conn.Open();
da.Fill(t);
}
finally
{
conn.Close();
}
--
View this message in context:
http://www.nabble.com/Unique-Constraint-Bug-tf3637383.html#a10158419
Sent from the firebird-net-provider mailing list archive at Nabble.com.
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Firebird-net-provider mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider