Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Mr. John
Tanks for your answer.In database connection panel I have Database Driver - I 
chose Dot Net 2 Connection and in Dot net driver combobox  I have :
System.Data.Odbc
System.Data.Oledb
System.Data.OracleClient
System.Data.SqlClient
so,no Firebird (I have Firebird clint 2.5 alpha 1 installed.)
 I opended machine.config, and  under   configSections I added  line : 
  section name=firebirdsql.data.firebirdclient
  type=System.Data.Common.DbProviderConfigurationHandler, 
System.Data,
  Version=2.5.0.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089 / 
 
under  DbProviderFactories I added

  add name=FirebirdClient Data Provider 
invariant=FirebirdSql.Data.FirebirdClient
  description=.Net Framework Data Provider for 
Firebird
  
type=FirebirdSql.Data.FirebirdClient.FirebirdClientFactory,   
FirebirdSql.Data.FirebirdClient,
  Version=2.5.0.0, Culture=neutral, 
PublicKeyToken=b77a5c561934e089 /
I'm not sure about   Version and PublicKeyToken.
Then in Dot net driver combo I found  also 
FirebirdSql.Data.FirebirdClient,but I got an error :

Failed to find or load the registered .NET Framework Data Provider 
How can I solve this.Thanks.




- Original Message 
From: Jiri Cincura [EMAIL PROTECTED]
To: For users and developers of the Firebird .NET providers 
firebird-net-provider@lists.sourceforge.net
Sent: Saturday, October 6, 2007 9:22:28 PM
Subject: Re: [Firebird-net-provider] Problem with connection strig using Report 
Manager

On 10/6/07, Mr. John [EMAIL PROTECTED] wrote:

 Thanks for answer.I don't know how to make it work.Report manager came with
 these 2 files :
 C:\Program Files\Report
 Manager\net\FirebirdSql.Data.Firebird.dll
 C:\Program Files\Report Manager\net\fbembed.dll

This is probably some internal stuff. You need to connect to *your* DB
(and probably not via FB Embedded).

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

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider







  

Tonight's top picks. What will you watch tonight? Preview the hottest shows on 
Yahoo! TV.
http://tv.yahoo.com/ 
-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Carlos
Hello:

 type=FirebirdSql.Data.FirebirdClient.FirebirdClientFactory,
   FirebirdSql.Data.FirebirdClient,
   Version=2.5..0.0, Culture=neutral,
 PublicKeyToken=b77a5c561934e089 /
 I'm not sure about  Version and PublicKeyToken.

You should put the ones the assembly has in the GAC

-- 
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Mr. John
Thanks Carlos. 
With your suggestion I used gacutil.exe and now It works fine.Thanks a lot.


- Original Message 
From: Carlos [EMAIL PROTECTED]
To: For users and developers of the Firebird .NET providers 
firebird-net-provider@lists.sourceforge.net
Sent: Monday, October 8, 2007 6:00:44 PM
Subject: Re: [Firebird-net-provider] Problem with connection strig using Report 
Manager

Hello:

 type=FirebirdSql.Data.FirebirdClient.FirebirdClientFactory,
   FirebirdSql.Data.FirebirdClient,
   Version=2.5..0.0, Culture=neutral,
 PublicKeyToken=b77a5c561934e089 /
 I'm not sure about  Version and PublicKeyToken.

You should put the ones the assembly has in the GAC

-- 
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: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider







   

Yahoo! oneSearch: Finally, mobile search 
that gives answers, not web links. 
http://mobile.yahoo.com/mobileweb/onesearch?refer=1ONXIC-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Jiri Cincura
On 10/8/07, Mr. John [EMAIL PROTECTED] wrote:
   section name=firebirdsql.data.firebirdclient

 type=System.Data.Common.DbProviderConfigurationHandler,
 System.Data,
   Version=2.5.0.0, Culture=neutral,
 PublicKeyToken=b77a5c561934e089 /

And there should be 2.0.0.0 etc., 'cause you're adding record for
type=System.Data.Common.DbProviderConfigurationHandler... and not
for FB.

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

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Mr. John
thanks

now it seems to work this way

 section name=firebirdsql.data.firebirdclient

  type=System.Data.Common.DbProviderConfigurationHandler, 
System.Data,

  Version=2.5.0.0, Culture=neutral, 
PublicKeyToken=3750abcc3150b00c / 

and



   add name=FirebirdClient Data Provider 
invariant=FirebirdSql.Data.FirebirdClient

  description=.Net Framework Data Provider for 
Firebird

  
type=FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, 
FirebirdSql.Data.FirebirdClient,

  Version=2.5.0.0, Culture=neutral, 
PublicKeyToken=3750abcc3150b00c /

thanks




- Original Message 
From: Jiri Cincura [EMAIL PROTECTED]
To: For users and developers of the Firebird .NET providers 
firebird-net-provider@lists.sourceforge.net
Sent: Monday, October 8, 2007 6:29:22 PM
Subject: Re: [Firebird-net-provider] Problem with connection strig using Report 
Manager

On 10/8/07, Mr. John [EMAIL PROTECTED] wrote:
   section name=firebirdsql.data.firebirdclient

 type=System.Data.Common.DbProviderConfigurationHandler,
 System.Data,
   Version=2.5.0.0, Culture=neutral,
 PublicKeyToken=b77a5c561934e089 /

And there should be 2.0.0.0 etc., 'cause you're adding record for
type=System.Data.Common..DbProviderConfigurationHandler... and not
for FB.

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

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider







   

Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos  more. 
http://mobile.yahoo.com/go?refer=1GNXIC-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Mr. John
I have I silly question : do I have to make this configuration on every 
computer that I install my application ?
Thanks.

- Original Message 
From: Mr. John [EMAIL PROTECTED]
To: For users and developers of the Firebird .NET providers 
firebird-net-provider@lists.sourceforge.net
Sent: Monday, October 8, 2007 6:35:05 PM
Subject: Re: [Firebird-net-provider] Problem with connection strig using Report 
Manager

thanks

now it seems to work this way

 section name=firebirdsql.data.firebirdclient

  type=System.Data.Common.DbProviderConfigurationHandler, 
System.Data,

  Version=2.5.0.0, Culture=neutral, 
PublicKeyToken=3750abcc3150b00c / 

and



   add name=FirebirdClient Data Provider 
invariant=FirebirdSql.Data.FirebirdClient

  description=.Net Framework Data Provider for 
Firebird

  
type=FirebirdSql.Data.FirebirdClient.FirebirdClientFactory, 
FirebirdSql.Data..FirebirdClient,

  Version=2.5.0.0, Culture=neutral, 
PublicKeyToken=3750abcc3150b00c /

thanks




- Original Message 
From: Jiri Cincura [EMAIL PROTECTED]
To: For users and developers of the Firebird .NET providers 
firebird-net-provider@lists.sourceforge.net
Sent: Monday, October 8, 2007 6:29:22 PM
Subject: Re: [Firebird-net-provider] Problem with connection strig using Report 
Manager

On 10/8/07, Mr. John [EMAIL PROTECTED] wrote:
   section name=firebirdsql.data.firebirdclient

 type=System.Data.Common.DbProviderConfigurationHandler,
 System.Data,
   Version=2.5.0.0, Culture=neutral,
 PublicKeyToken=b77a5c561934e089 /

And there should be 2.0.0.0 etc., 'cause you're adding record
 for
type=System.Data.Common.DbProviderConfigurationHandler... and not
for FB.

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

-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider







  Moody friends. Drama queens. Your life? Nope! - their life, your story.
 Play Sims Stories at Yahoo! Games. 





  

Check out the hottest 2008 models today at Yahoo! Autos.
http://autos.yahoo.com/new_cars.html-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-08 Thread Carlos Guzmán Álvarez
Hello:
 I have I silly question : do I have to make this configuration on 
 every computer that I install my application ?
DDES is for devel only but anyway you can put it on your App.config 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/
ohloh   : http://www.ohloh.net/accounts/4138


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


[Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-06 Thread Mr. John

Hi ! I've discovered Report Manager (http://reportman.sourceforge.net/ ),free 
reporting solution  and I've tried to connect using firebird and VB .Net 2005 
Express.Connection manually works,but not using code.Has anyone used it?Thanks.



I've got this error,on last line :


An OLE DB Provider was not specified in the ConnectionString. An


example would be, 'Provider=SQLOLEDB;'





Dim rptRep As New Reportman.Reporting.Report

Dim rptData As Reportman.Reporting.DatabaseInfo





rptRep.LoadFromFile(C:\Program Files\Report Manager\sample5.rep)

rptRep.AsyncExecution = False

rptData = rptRep.DatabaseInfo.Item(0)



rptData.ConnectionString =

Server=localhost;User=SYSDBA;Password=pass;Database=d:\data\test.fdb

Dim prw As New Reportman.Drawing.Forms.PrintOutWinForms()

prw.Preview = True

prw.SystemPreview = False

prw.ShowPrintDialog = False

prw.Print(rptRep.MetaFile)






   

Take the Internet to Go: Yahoo!Go puts the Internet in your pocket: mail, news, 
photos  more. 
http://mobile.yahoo.com/go?refer=1GNXIC-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-06 Thread Carlos Guzmán Álvarez
Hello:
 Hi ! I've discovered Report Manager (http://reportman.sourceforge.net/ 
 ),free reporting solution  and I've tried to connect using firebird 
 and VB .Net 2005 Express.Connection manually works,but not using 
 code.Has anyone used it?Thanks.

 I've got this error,on last line :
 An OLE DB Provider was not specified in the ConnectionString. An
 example would be, 'Provider=SQLOLEDB;'
FirebirdClient is an ADO.NET Data Provider not and OleDb driver


-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient  : http://www.firebirdsql.org/
XMPP Client : http://code.google.com/p/xmppclient/
ohloh   : http://www.ohloh.net/accounts/4138


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider


Re: [Firebird-net-provider] Problem with connection strig using Report Manager

2007-10-06 Thread Mr. John
Thanks for answer.I don't know how to make it work.Report manager came with 
these 2 files :
C:\Program Files\Report Manager\net\FirebirdSql.Data.Firebird.dll
C:\Program Files\Report Manager\net\fbembed.dll


- Original Message 
From: Carlos Guzmán Álvarez [EMAIL PROTECTED]
To: For users and developers of the Firebird .NET providers 
firebird-net-provider@lists.sourceforge.net
Sent: Saturday, October 6, 2007 5:27:13 PM
Subject: Re: [Firebird-net-provider] Problem with connection strig using Report 
Manager

Hello:
 Hi ! I've discovered Report Manager (http://reportman.sourceforge.net/ 
 ),free reporting solution  and I've tried to connect using firebird 
 and VB .Net 2005 Express.Connection manually works,but not using 
 code.Has anyone used it?Thanks.

 I've got this error,on last line :
 An OLE DB Provider was not specified in the ConnectionString. An
 example would be, 'Provider=SQLOLEDB;'
FirebirdClient is an ADO.NET Data Provider not and OleDb driver


-- 
Carlos Guzmán Álvarez
Vigo-Spain

Blog: http://carlosga.wordpress.com/
FirebirdClient: http://www.firebirdsql.org/
XMPP Client: http://code.google.com/p/xmppclient/
ohloh: http://www..ohloh.net/accounts/4138


-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/
___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider







   

Need a vacation? Get great deals
to amazing places on Yahoo! Travel.
http://travel.yahoo.com/-
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now  http://get.splunk.com/___
Firebird-net-provider mailing list
Firebird-net-provider@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/firebird-net-provider