database - connection string

Stimulsoft Reports.PHP discussion
Post Reply
User avatar
ednt
Posts: 64
Joined: Tue Apr 30, 2019 9:03 am

database - connection string

Post by ednt »

Greetings,
These days our company has played a bit with the php version.

We found an inconsistens between the .NET 5 version and the php version.
In the .NET 5 version we have the field "Username" in the connection string via C# and the npgsql db driver.
In the PHP version we had to set the field "User Id" instead. But all other fields were the same.

As a result the reports we made with .NET 5, cant connect to the db via the PHP version.

Sincerly,
EDNT GmbH
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: database - connection string

Post by HighAley »

Hello,

We have made an improvement.
The data adapters in PHP are open source and you could make the changes there.

Thank you.
User avatar
ednt
Posts: 64
Joined: Tue Apr 30, 2019 9:03 am

Re: database - connection string

Post by ednt »

Ok thank you!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: database - connection string

Post by HighAley »

You are welcome.
Post Reply