Re: [Firebird-net-provider] Firebird DBFactory

2008-03-18 Thread Christian POMPIER
nvoyé : mardi 18 mars 2008 09:33 À : For users and developers of the Firebird .NET providers Objet : Re: [Firebird-net-provider] Firebird DBFactory On 3/18/08, Christian POMPIER <[EMAIL PROTECTED]> wrote: > Hello, > How can i know token in type ?? >From gacutil or similar tool. If y

Re: [Firebird-net-provider] Firebird DBFactory

2008-03-18 Thread Jiri Cincura
On 3/18/08, Christian POMPIER <[EMAIL PROTECTED]> wrote: > Hello, > How can i know token in type ?? >From gacutil or similar tool. If you use oficial build it's 3750abcc3150b00c. -- Jiri {x2} Cincura (CTO x2develop) http://blog.vyvojar.cz/jirka/ | http://www.ID3renamer.com

Re: [Firebird-net-provider] Firebird DBFactory

2008-03-18 Thread Christian POMPIER
ECTED] De la part de Jiri Cincura Envoyé : lundi 17 mars 2008 17:32 À : 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: > What do i write on "type" >

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

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, yo

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

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 machin

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=

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

Re: [Firebird-net-provider] Firebird DBFactory

2008-03-17 Thread Christian POMPIER
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.co

Re: [Firebird-net-provider] Firebird DBFactory

2008-03-17 Thread Christian POMPIER
/ 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-ne

Re: [Firebird-net-provider] Firebird DBFactory

2008-03-17 Thread Christian POMPIER
--- 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 b

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

Re: [Firebird-net-provider] Firebird DBFactory

2008-03-17 Thread Christian POMPIER
ECTED] 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 w

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 machi

[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 becaus