[Firebird-net-provider] Firebird connection with c# in sharpdevelop

2007-11-21 Thread Rajesh K
 Sir,
 I did not mean the connectionstring. When i try to connect Firebird
Database with C# in SharpDevelop I get the error message as follows..
 ""
Provider=MSDASQL.1;Persist Security Info=false;User ID=SYSDBA;Data
Source=jobcard
 
   The .Net Framework data Provider for OLEDB(Syste.Data.Oledb)does not
support the Microsoft OLE DB Provider for ODBC Drivers (MSDASQL).Use the
.Net Framework Data Provider for ODBC (System.Data.Odbc).   ""

   So what should I install ? If  i need some extra drivers would you
provide me with the  necessary links. I need it urgent.


 Thank You
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] FireBird Crashes when users log onto it using my .NET software

2007-11-21 Thread André Knappstein , Controlling

> Now when ever more than 11 users log in simultaneously on FB the server
> crashes. The log file generated tell that cannot handle this many uses
> at a time.

Even several 100 users should not crash a Firebird server.

Is the application installed on every client machine, or are you
running remote sessions?

> In spite of the fact that there is data worth
> only 300 MB but the file size does not seem to shrink down.

Excuse me if this is a stupid question, but are you familiar with the
concept of backup/restore?


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] FireBird Crashes when users log onto it using my .NET software

2007-11-21 Thread Jiri Cincura
On 11/21/07, Yogi Yang 007 <[EMAIL PROTECTED]> wrote:
> Now when ever more than 11 users log in simultaneously on FB the server
> crashes. The log file generated tell that cannot handle this many uses
> at a time.
>
> Where is the problem? In the .NET Provider or in FB.

This is probably problem with your installation or hardware or ...

11 users isn't any problem at all. With appropriate HW you can handle
without problem 1000+ users (activelly working!).

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] FireBird Crashes when users log onto it

2007-11-21 Thread yogiyang



Is the application installed on every client machine, or are you
running remote sessions?
Yes the Application is installed on every Client as all clients are 
Thick Clients.




Excuse me if this is a stupid question, but are you familiar with the
concept of backup/restore?
I am Familiar with the concept of Backup/Restore. Why? what has that got 
to do with this problem?


begin:vcard
fn:Yogi Yang
n:Yang;Yogi
email;internet:[EMAIL PROTECTED]
x-mozilla-html:TRUE
version:2.1
end:vcard

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] FireBird Crashes when users log onto it

2007-11-21 Thread yogiyang


11 users isn't any problem at all. With appropriate HW you can handle
without problem 1000+ users (activelly working!).



Can't be a problem with HW as we are using state of arts PC from HP. We 
have WinXP 2003 Server installed on this machine.


begin:vcard
fn:Yogi Yang
n:Yang;Yogi
email;internet:[EMAIL PROTECTED]
x-mozilla-html:TRUE
version:2.1
end:vcard

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] FireBird Crashes when users log onto it using my .NET software

2007-11-21 Thread Dean Harding
Yogi Yang 007 wrote:
> Now when ever more than 11 users log in simultaneously on FB the server 
> crashes. The log file generated tell that cannot handle this many uses 
> at a time.

What is the actual log message that you get?

Dean.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] Conditional symbols

2007-11-21 Thread Jiri Cincura
Hello,

in trunk we have conditional build symbols NET_35 and ENTITY_FRAMEWORK.

But if you not use NET_35 & ENTITY_FRAMEWORK the provider is not
buildable due DbProviderServices class implementation.

And if you use NET_35 then the provider is still not buildable (under
.NET 3.5). Look like we mixed up these two symbols into.

I think, we should mark NET_35 the stuff for *only* .NET FW 3.5, which
is from providers POV IMO same as NET_20. And with ENTITY_FRAMEWORK
the Linq to Entities stuff (which shouldn't be neccessary on .NET FW
2.0).

Or am I missing something that is in 3.5 (not in Entity Framework) and
not in 2.0?

-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] DDEX provider - support files and installation

2007-11-21 Thread Jiri Cincura
Carlos, are you alive? :)
-- 
Jiri {x2} Cincura (Microsoft Student Partner)
http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] DDEX provider - support files and installation

2007-11-21 Thread Carlos
Hello:

> Carlos, are you alive? :)

Sure, busy but alive ;)



> --
> Jiri {x2} Cincura (Microsoft Student Partner)
> http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
>
> -
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
> ___
> Firebird-net-provider mailing list
> Firebird-net-provider@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/firebird-net-provider
>


-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] DDEX provider - support files and installation

2007-11-21 Thread Carlos
Hello:

> 1. What about adding this files into some folders (i.e. VS2005, VS2008
> + xxbit systems). This will be more clear for people, isn't it?

Looks fine to me but i should have a modified version of the DDEX
provider for VS2008, and it maybe better to put the actual version on
the svn branchs, and let the VS2008 version live in trunk.

What can be nice is to create folders for the reg files.

> 2. Do we really care about files for VS with SDK? I think, wa can add
> some template into some separate directory with some info. If
> developer is so experienced that has VS SDK (and know what's it) he's
> probably able to use DDEX and create appropriate decision what and how
> to install.

I think yes, packageless support may cut some feature available with the SDK.

> 2.1. BTW no matter wheter you have VS SDK you can use ...Less.reg, isn't it?

Sure. But i think it's good to have the reg files for people that may
have the VS SDK installed yet.

> 3. What about installation. Maybe should provide some no so common
> path like %ProgramFiles%\FirebirdClient, 'cause there're *.txt files
> with same name from FirebirdClient installation, so during install
> some can be confused. I know, it's not a big deal, bug it's also small
> change.

Huuu haven't understood this well :)

> 3.1. Maybe we should review current install process of all components
> (and maybe build). If community is interested, I can provide some
> thoughts I've made (the build process we can discuss privately,
> Carlos, to not spam list).

We can discuss that of course



-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] FireBird Crashes when users log onto it using my .NET software

2007-11-21 Thread Carlos
Hello:

> I have developed a small software for archiving documents in FB. I am
> using FB 2.0 install as SuperServer and the latest stable version of
> .NET Provider.
>
> Now when ever more than 11 users log in simultaneously on FB the server
> crashes. The log file generated tell that cannot handle this many uses
> at a time.
>
> Where is the problem? In the .NET Provider or in FB.

What is the exception being raised by the .NET Provider ??

What version of the .NET Provider and MS .NET are you using ??

There are any error being logged by the Firebird server in the log file ??






-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] Firebird 2.10 final will be released soon

2007-11-21 Thread Carlos
Hello:

I hope to release the v2.1.0 final of the provider next Monday (
November 26 ), if there are any commit pendings do it before the
Saturday.

I will check if it's possible to make a new release of the devel version ( 2.5 )




-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse012070mrt/direct/01/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider