From: fish (JIRA) <tr...@fi...> - 2016-09-27 04:52:17
|
No exception with ExecuteReader() --------------------------------- Key: DNET-701 URL: http://tracker.firebirdsql.org/browse/DNET-701 Project: .NET Data provider Issue Type: Bug Components: ADO.NET Provider Affects Versions: 5.1.1.0 Environment: Windows 10 Reporter: fish Assignee: Jiri Cincura CREATE TABLE A (A integer) CREATE VIEW V AS SELECT * FROM A DROP TABLE A //with ExecuteReader() -> No exception DROP TABLE A //with ExecuteNonQuery() -> throw the excaption: cannot delete COLUMN A.A there are 1 dependences. If you use ExecuteNonQuery() then the exception will come up but if you use ExecuteReader() it will not come up. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://tracker.firebirdsql.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira |