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

Reply via email to