First, I copied these two dll's to
C:\Windows\System\PgOleDb.dll
libpq.dll
then registered PgOleDb.dll
Used PostgreSQL OLE DB Provider to create my
connection string:
Provider=PostgreSQL OLE DB Provider;Data Source=localhost;location=MyDatabase;User ID=postgres;password=admin;
Also Added Stimulsoft.Report.PostgreSQL.dll to Referenced Assemblies
Got successfully connected and created datasources with no problem.System.Dll
System.Drawing.Dll
System.Windows.Forms.Dll
System.Data.Dll
System.Xml.Dll
Stimulsoft.Controls.Dll
Stimulsoft.Base.Dll
Stimulsoft.Report.Dll
Stimulsoft.Report.PostgreSQL.dll
However, when I tried passing parameters to my queries.
select * from tablename
where fieldname = ?
my parameter is integer type.and get "fillin values failed"
I tried this in SQL Server and Oracle but got no problem.
What am I missing? Need your help.
