Page 1 of 1

database - connection string

Posted: Tue Nov 24, 2020 12:11 pm
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

Re: database - connection string

Posted: Tue Nov 24, 2020 2:20 pm
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.

Re: database - connection string

Posted: Tue Nov 24, 2020 3:09 pm
by ednt
Ok thank you!

Re: database - connection string

Posted: Tue Nov 24, 2020 3:16 pm
by HighAley
You are welcome.