[Firebird-net-provider] [FB-Tracker] Created: (DNET-564) Parameters are ignored if a comment in a query contains a single or double quote

2014-08-16 Thread Amro El-Fakharany (JIRA)
Parameters are ignored if a comment in a query contains a single or double quote


 Key: DNET-564
 URL: http://tracker.firebirdsql.org/browse/DNET-564
 Project: .NET Data provider
  Issue Type: Bug
  Components: ADO.NET Provider
Reporter: Amro El-Fakharany
Assignee: Jiri Cincura
Priority: Minor


The following query fails with an unknown token exception:
select int_field
from test
-- a comment with ' 
where varchar_field = @field

-- 
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



--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] Catching Exception

2014-08-16 Thread LtColRDSChauhan
Hi,

1.  When I run my application, in Release configuration, through
SharpDevelop IDE, the application catches Handled Exception -
FirebirdSql.Data.Common.IscException:
OVER_ALLOCATED_BED thrown by Firebird stored procedure .

2.  Without debugger, the exception is not caught.  I do have catch blocks
for : FbException, ApplicationException and Exception.

3.  Complication fails on adding catch block for
FirebirdSql.Data.Common.IscException (appears to be internal).

4.  Please help.

Thanks and Regards,
Lt Col (Retd) Rajiv D.S. Chauhan
--
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider