Hi,

At August-12-10, 9:47 AM, Jiri Cincura wrote:

> On Thu, Aug 12, 2010 at 14:25, Daniel Rail <dan...@accra.ca> wrote:
>> Any ideas to help me debug this would be appreciated.

> http://tracker.firebirdsql.org/browse/DNET-330


Thanks.  I've downloaded the latest weekly build and the
fbConnection.Connect now works.  But, I'm now getting an error when
starting a transaction.

The exception message is: Object reference not set to an instance of an object.

Here's the call stack:
   at 
FirebirdSql.Data.FirebirdClient.FbTransaction.BuildTpb(FbTransactionOptions 
options)
   at FirebirdSql.Data.FirebirdClient.FbTransaction.BuildTpb()
   at FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction()
   at 
FirebirdSql.Data.FirebirdClient.FbConnectionInternal.BeginTransaction(IsolationLevel
 level, String transactionName)
   at 
FirebirdSql.Data.FirebirdClient.FbConnection.BeginTransaction(IsolationLevel 
level, String transactionName)
   at FirebirdSql.Data.FirebirdClient.FbConnection.BeginTransaction()
   at DoctorDeals.DoctorDealsPMP.HasTrigger(String vTriggerName) in 
C:\Users\Daniel Rail\Documents\Visual Studio 
10\Projects\DoctorDeals\DoctorDeals.PServerWindowsService\DoctorDealsPMP.cs:line
 532
   at DoctorDeals.DoctorDealsPMP..ctor() in C:\Users\Daniel 
Rail\Documents\Visual Studio 
10\Projects\DoctorDeals\DoctorDeals.PServerWindowsService\DoctorDealsPMP.cs:line
 38

And, the line in HasTriggers is:
  FbTransaction vTrans1 = fbConnCommands.BeginTransaction();

-- 
Best regards,
 Daniel Rail
 Senior Software Developer
 ACCRA Solutions Inc. (www.accra.ca)
 ACCRA Med Software Inc. (www.filopto.com)


------------------------------------------------------------------------------
This SF.net email is sponsored by 

Make an app they can't live without
Enter the BlackBerry Developer Challenge
http://p.sf.net/sfu/RIM-dev2dev 
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to