Cannot configure Phpstorm with Firebird
Hi -
I am trying to create a database link to a firebird database hosted on my local machine. As far as I know, the driver is correct and database path. Here is a screenshot of the results of my attempt:
Any help with this would be greatly appreciated.
Many thanks
Paul.
请先登录再写评论。
This looks like an issue in the driver implementation(see this thread).
https://stackoverflow.com/questions/44311585/connection-rejected-no-connection-character-set-specified-property-lc-ctype-e
Does it work if you specify the charset parameter in the URL string as per this article?
https://www.firebirdsql.org/file/documentation/drivers_documentation/java/faq.html#how-can-i-solve-the-error-connection-rejected-no-connection-character-set-specified
Thanks very much Aleksandr! I did see the reference to the char set in the error message and just assumed it was spurious additional info. Will experiment.
Cheers:)
Paul.