Conection PostgreSQL with Driver Devart.Data.PostgreSQL

Stimulsoft Reports.NET discussion
Post Reply
AdminIdasa
Posts: 1
Joined: Thu Jul 14, 2022 5:07 pm

Conection PostgreSQL with Driver Devart.Data.PostgreSQL

Post by AdminIdasa »

How can I create a StiSqlDatabase with the driver Devart?
Actually use Devart.Data.PostgreSQL version 7.12.1307

A example of my code is:

dim v as new Stimulsoft.Report.Dictionary.StiPostgreSQLDatabase("TEST", "TEST", "Server=.....")
Report.Dictionary.Databases.Add(v);

from support they tell me that I should use Stimulsoft.Base.StiPostgreSqlConnector.LoadDevartConnector(),
but where i must to use?
How to create a StiSqlDatabase from conector LoadDevartConnector?

Thanks
Lech Kulikowski
Posts: 6244
Joined: Tue Mar 20, 2018 5:34 am

Re: Conection PostgreSQL with Driver Devart.Data.PostgreSQL

Post by Lech Kulikowski »

Hello,

We need some additional time to prepare a sample code.

Thank you.
Post Reply