[Firebird-net-provider] [Birebird-net-provider]Web provider error ?

2008-03-17 Thread Bernard
Hi all,
running a website with the 2.0.0.0 version is ok : login, role ...
with the 2.1.0.0 (with the new databases and stored procs), i can't login at 
all.
Is it a known problem, because I need this version to avoid the uppercase 
problems ?

Thank you. 



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] [Birebird-net-provider]Web provider error ?

2008-03-17 Thread Jiri Cincura
On 3/17/08, Bernard <[EMAIL PROTECTED]> wrote:
>  Is it a known problem, because I need this version to avoid the uppercase
>  problems ?

It was a bug in the version. Use SVN version, where it's fixed.

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] [Birebird-net-provider]Web provider

2008-03-17 Thread Bernard
Right. Thank you very much.


""Jiri Cincura"" <[EMAIL PROTECTED]> a écrit dans le message de news: 
[EMAIL PROTECTED]
> On 3/17/08, Bernard <[EMAIL PROTECTED]> wrote:
>>  Is it a known problem, because I need this version to avoid the 
>> uppercase
>>  problems ?
>
> It was a bug in the version. Use SVN version, where it's fixed.
>
> -- 
> Jiri {x2} Cincura (CTO x2develop)
> http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com
>



-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Christian POMPIER
Hello,
I program this C# Code

DataTable dt = DbProviderFactories.GetFactoryClasses();
dt.WriteXml("C:\\DbProviderFactories.xml");
MessageBox.SHOW("OK");

This prog write a XML by listing all dbFactory whose are on my computer. I
install firebird's msi and I don't find dbfactory for firebird because the
driver isn't in System.Data

Do you know a solution for resolve this problem.

Thx!
--
Bonjour, 
j'ai un code 

DataTable dt = DbProviderFactories.GetFactoryClasses();
dt.WriteXml("C:\\DbProviderFactories.xml");
MessageBox.SHOW("OK");

qui me renvoit un fichier xml avec tous les dbFactory connu sur ma machine.
Le problème est que j'ai installé le msi de firebird pour client dotnet et
je ne le voit pas.

Savez vous si cela vient d'un bug connu ?

merci ++


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Jiri Cincura
On 3/17/08, Christian POMPIER <[EMAIL PROTECTED]> wrote:
>  This prog write a XML by listing all dbFactory whose are on my computer. I
>  install firebird's msi and I don't find dbfactory for firebird because the
>  driver isn't in System.Data

Did you added FirebirdClient to GAC and modified machine.config?

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Jiri Cincura
On 3/17/08, Christian POMPIER <[EMAIL PROTECTED]> wrote:
> GAC yes by exe but machine.config... ?

The listing is based on entries in machine.config. So you have to add it.

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Christian POMPIER
GAC yes by exe but machine.config... ? 

Christian POMPIER
Direction Technique
8, rue Séré de Rivières - 81000 ALBI
Tel. :(+33) 5 63 38 58 44 / Fax :(+33) 5 63 43 17 58
Skype : cpompier
[EMAIL PROTECTED]   

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de
Jiri Cincura
Envoyé : lundi 17 mars 2008 16:02
À : For users and developers of the Firebird .NET providers
Objet : Re: [Firebird-net-provider] Firebird DBFactory

On 3/17/08, Christian POMPIER <[EMAIL PROTECTED]> wrote:
>  This prog write a XML by listing all dbFactory whose are on my computer.
I
>  install firebird's msi and I don't find dbfactory for firebird because
the
>  driver isn't in System.Data

Did you added FirebirdClient to GAC and modified machine.config?

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Christian POMPIER
I develop C# for local and no web that's why I don't use machine.config

Christian POMPIER
Direction Technique
8, rue Séré de Rivières - 81000 ALBI
Tel. :(+33) 5 63 38 58 44 / Fax :(+33) 5 63 43 17 58
Skype : cpompier
[EMAIL PROTECTED]   

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de
Jiri Cincura
Envoyé : lundi 17 mars 2008 16:15
À : For users and developers of the Firebird .NET providers
Objet : Re: [Firebird-net-provider] Firebird DBFactory

On 3/17/08, Christian POMPIER <[EMAIL PROTECTED]> wrote:
> GAC yes by exe but machine.config... ?

The listing is based on entries in machine.config. So you have to add it.

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Christian POMPIER
What do i write on "type" 

  

thx

Christian POMPIER
Direction Technique
8, rue Séré de Rivières - 81000 ALBI
Tel. :(+33) 5 63 38 58 44 / Fax :(+33) 5 63 43 17 58
Skype : cpompier
[EMAIL PROTECTED]   

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de
Christian POMPIER
Envoyé : lundi 17 mars 2008 17:20
À : 'For users and developers of the Firebird .NET providers'
Objet : Re: [Firebird-net-provider] Firebird DBFactory

Yes i have found machine.config but why install of firebird don't write on
machine.config. I deploy this install on customer and I must write for all
customers on machine.config

Christian POMPIER
Direction Technique
8, rue Séré de Rivières - 81000 ALBI
Tel. :(+33) 5 63 38 58 44 / Fax :(+33) 5 63 43 17 58
Skype : cpompier
[EMAIL PROTECTED]   

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de
Jiri Cincura
Envoyé : lundi 17 mars 2008 16:15
À : For users and developers of the Firebird .NET providers
Objet : Re: [Firebird-net-provider] Firebird DBFactory

On 3/17/08, Christian POMPIER <[EMAIL PROTECTED]> wrote:
> GAC yes by exe but machine.config... ?

The listing is based on entries in machine.config. So you have to add it.

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Jiri Cincura
On 3/17/08, Christian POMPIER <[EMAIL PROTECTED]> wrote:
> Yes i have found machine.config but why install of firebird don't write on

Look at thread "RFC: Installation".

>  machine.config. I deploy this install on customer and I must write for all
>  customers on machine.config

Yes. Editing of this file must be done under user with admin rights.

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Christian POMPIER
Yes i have found machine.config but why install of firebird don't write on
machine.config. I deploy this install on customer and I must write for all
customers on machine.config

Christian POMPIER
Direction Technique
8, rue Séré de Rivières - 81000 ALBI
Tel. :(+33) 5 63 38 58 44 / Fax :(+33) 5 63 43 17 58
Skype : cpompier
[EMAIL PROTECTED]   

-Message d'origine-
De : [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] De la part de
Jiri Cincura
Envoyé : lundi 17 mars 2008 16:15
À : For users and developers of the Firebird .NET providers
Objet : Re: [Firebird-net-provider] Firebird DBFactory

On 3/17/08, Christian POMPIER <[EMAIL PROTECTED]> wrote:
> GAC yes by exe but machine.config... ?

The listing is based on entries in machine.config. So you have to add it.

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Jiri Cincura
On 3/17/08, Christian POMPIER <[EMAIL PROTECTED]> wrote:
> What do i write on "type"
>
> description=".Net Framework Data Provider for Firebird" type="?">

"FirebirdSql.Data.FirebirdClient.FirebirdClientFactory,
FirebirdSql.Data.FirebirdClient, Version=,
Culture=neutral, PublicKeyToken="

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Scott Price
Hi Christian,


Christian POMPIER wrote:
> Yes i have found machine.config but why install of firebird don't write on
> machine.config. I deploy this install on customer and I must write for all
> customers on machine.config

You only need to add it to machine.config for your development machines 
VS designer's benefit, I believe.

Once you have applications using it, you can just deploy the assembly in 
the \bin folder of the web application, and with the appropriate 
connection string it should all work as per normal.

I'm pretty sure I haven't modified the machine.config on customers 
machines, and still have working Firebird deployments.  :)


Kind regards,


Scott :)

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Jiri Cincura
On 3/17/08, Scott Price <[EMAIL PROTECTED]> wrote:
> You only need to add it to machine.config for your development machines
>  VS designer's benefit, I believe.

If you wanna to be able to list installed providers, then you need to
modify machine.config.

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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] UN-Subscribe

2008-03-17 Thread jmashburn2










-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Dean Harding
Jiri Cincura wrote:
> On 3/17/08, Scott Price <[EMAIL PROTECTED]> wrote:
>> You only need to add it to machine.config for your development machines
>>  VS designer's benefit, I believe.
> 
> If you wanna to be able to list installed providers, then you need to
> modify machine.config.

Actually, you don't *have to* add it to the machine.config. Adding it to 
machine.config just gives you "global" access to it (i.e. from any 
application). If you only have one application, you can just add it to 
your application's local app.config:


 
 

 
 


That has the added benefit of not requiring admin privileges to install 
as well :-)

Dean.


-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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 DBFactory

2008-03-17 Thread Jiri Cincura
On 3/17/08, Dean Harding <[EMAIL PROTECTED]> wrote:
> Actually, you don't *have to* add it to the machine.config. Adding it to
>  machine.config just gives you "global" access to it (i.e. from any
>  application). If you only have one application, you can just add it to
>  your application's local app.config:

Yes. The in app.config can be this placed too. Also in web.config.

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

-
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2008.
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