Re: [Firebird-net-provider] Regarding connection speed with .Net

2008-06-18 Thread Jiri Cincura
On Wed, Jun 18, 2008 at 3:12 PM, Kixzo Database Team <[EMAIL PROTECTED]> wrote: > What should be the reason of the connection established with server is so > time consuming (approximately 3 to 4 seconds)? It's problem with your network configuration. -- Jiri {x2} Cincura (CTO x2develop.com) http

Re: [Firebird-net-provider] [ Regarding connection speed with .Net

2008-06-18 Thread Nobuya Higuchi
Hi, I had a similar problem before. In my case, it took more than 10 seconds to open a connection. It was a network setting problem but it took me so long to find out the remedy. The chance is, probably we do not share the same cause, so I do not get into the detail at first. Instead, let me as

[Firebird-net-provider] Regarding connection speed with .Net

2008-06-18 Thread Kixzo Database Team
Hello all, I have installed Firebird 2.0 (server) in a system. Now, I am trying to connect it via .Net Provider using FBConnection.Open() from the same system. What should be the reason of the connection established with server is so time consuming (approximately 3 to 4 seconds)? Follow

Re: [Firebird-net-provider] Transsactionscope NoWait

2008-06-18 Thread Jiri Cincura
On Wed, Jun 18, 2008 at 7:46 PM, Félix González <[EMAIL PROTECTED]> wrote: > How can create a transactionscope with NaWait?. I´m using > TransactionOption.timeout with Timeout= 5 seg. But if I update the same > record with other program (IBExpert). The .NET application wait until the > Ibexpert tra

Re: [Firebird-net-provider] Error Messages

2008-06-18 Thread Jiri Cincura
On Wed, Jun 18, 2008 at 7:51 PM, Giovanni Costa Rosa <[EMAIL PROTECTED]> wrote: > Ok, i got the source from the SVN, installed Microsoft Entity framework Beta > 3 and tryed to compile, but i'm getting the following error: > > Error9The type or namespace name 'DbFunctionCommandTree' could no

Re: [Firebird-net-provider] Error Messages

2008-06-18 Thread Giovanni Costa Rosa
Ok, i got the source from the SVN, installed Microsoft Entity framework Beta 3 and tryed to compile, but i'm getting the following error: Error9The type or namespace name 'DbFunctionCommandTree' could not be found (are you missing a using directive or an assembly reference?) C:\FirebirdNET

[Firebird-net-provider] Transsactionscope NoWait

2008-06-18 Thread Félix González
I´m using FirebirdClient - ADO.NET 2.0 Data Provider. How can create a transactionscope with NaWait?. I´m using TransactionOption.timeout with Timeout= 5 seg. But if I update the same record with other program (IBExpert). The .NET application wait until the Ibexpert transaction are committed and c

Re: [Firebird-net-provider] Firebird web provider - session table

2008-06-18 Thread Jiri Cincura
On Wed, Jun 18, 2008 at 4:22 PM, Mercea Paul <[EMAIL PROTECTED]> wrote: > Isn't more simple if I extract metadata for an empty database? > This way every one can create a database with all domain, tables, SP! If the current structure of files will be kept (because not everybody is using complete s

Re: [Firebird-net-provider] Firebird web provider - session table

2008-06-18 Thread Mercea Paul
> You can create script for FB2.1 where you can use domains in SPs. [PM] Isn't more simple if I extract metadata for an empty database? This way every one can create a database with all domain, tables, SP! > Jiri {x2} Cincura (CTO x2develop.com) > http://blog.vyvojar.cz/jirka/ | http://www.ID3r

Re: [Firebird-net-provider] Firebird web provider - session table

2008-06-18 Thread Jiri Cincura
On Wed, Jun 18, 2008 at 4:13 PM, Mercea Paul <[EMAIL PROTECTED]> wrote: > Hi Jiri > > All fields will get a domain, but with PK will be a little problem (is used > in several SP)...for that I'll try to get a solution later! You can create script for FB2.1 where you can use domains in SPs. -- Jiri

Re: [Firebird-net-provider] Firebird web provider - session table

2008-06-18 Thread Mercea Paul
Hi Jiri All fields will get a domain, but with PK will be a little problem (is used in several SP)...for that I'll try to get a solution later! I'll send e-mail with the script file! Best regards, Paul > -Original Message- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf >

Re: [Firebird-net-provider] Firebird web provider - session table

2008-06-18 Thread Jiri Cincura
On Wed, Jun 18, 2008 at 4:00 PM, Mercea Paul <[EMAIL PROTECTED]> wrote: > Can be made domains for all fields?Can I provide a script for this? Yes, of course. -- Jiri {x2} Cincura (CTO x2develop.com) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com --

[Firebird-net-provider] Firebird web provider - session table

2008-06-18 Thread Mercea Paul
Hi In session table LOCKED field is BOOL type (domain bool)? Can be made domains for all fields?Can I provide a script for this? Best regards, Paul - Check out the new SourceForge.net Marketplace. It's the best place to buy

Re: [Firebird-net-provider] web application sample

2008-06-18 Thread Mercea Paul
Hi all I have solved this problem! In web.config my settings was wrong!Correct values are: