Conection PostgreSQL with Driver Devart.Data.PostgreSQL
Posted: Fri Jul 15, 2022 10:22 am
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
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