Fri, 08 May 2009 19:03:12 +0300, Jiri Cincura <disk...@cincura.net>:

> 2009/5/8 Ivan Arabadzhiev <intelru...@unrealsoft.net>:
>> Yes, I do mean those, but for example "LockRead | Shared" throws an
>> exception upon connect. If I use only "ReadCommited" it`s ok. Could you
>
> Use IsolationLevel.ReadCommited and that's OK.
>
>> paste a link to some kind of documentation on those parameters (I did  
>> ask
>> google, but all I found was a power point presentation, which didn`t  
>> seem
>> "deep" enough) ?
>
> You have to check FB server documentation
> http://www.firebirdsql.org/index.php?op=doc.
>




I have some issues on multiple clients connecting at the same time (I do  
believe it is somesort of deadlock). I`m trying to use the


    public FbTransaction BeginTransaction(FbTransactionOptions options,  
string transactionName)

overload of the function, but according to google fb 2.1 checks the header  
in a different way than fb 2.0. Is anyone else using this method (or am I  
a lot dummer than I think ...)?
Here`s the exact exception I get :


FirebirdSql.Data.FirebirdClient.FbException: No message for error code  
335544330
  found. ---> No message for error code 335544330 found.
    --- End of inner exception stack trace ---
    at  
FirebirdSql.Data.FirebirdClient.FbTransaction.BeginTransaction(FbTransacti
onOptions options)
    at  
FirebirdSql.Data.FirebirdClient.FbConnectionInternal.BeginTransaction(FbTr
ansactionOptions options, String transactionName)
    at  
FirebirdSql.Data.FirebirdClient.FbConnection.BeginTransaction(FbTransactio
nOptions options, String transactionName)
    at  
FirebirdSql.Data.FirebirdClient.FbConnection.BeginTransaction(FbTransactio
nOptions options)
    at Tekla.LineBuffer.BeginTransaction(FbTransactionOptions fbTO, Int32  
iCaller
)



-- 
Ние лудите сме на изчезване, трябва да се подкрепяме !

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider

Reply via email to