- Posts: 5
- Thank you received: 0
- Forum
- CodeTyphon Studio
- Using CT on MS Windows
- Unable to access PostgreSQL using Tools, Database Desktop in version 7.50
×
CodeTyphon MS Windows (XP, Vista, Win7, Win8.x and Win10) OS Development, discussions and problems
Loved Unable to access PostgreSQL using Tools, Database Desktop in version 7.50
- Donald Montaine
- Topic Author
- Offline
- New Member
-
Less
More
11 months 3 weeks ago - 11 months 3 weeks ago #15986
by Donald Montaine
Unable to access PostgreSQL using Tools, Database Desktop in version 7.50 was created by Donald Montaine
Using CodeTyphon database desktop 7.50 to access databases in Ultra Web Server. Throws an error about missing libpq.dll missing. Also can't access MySQL because client library is mssing. (Note) Also, can't start MySQL in Ultra because C++ runtimes 2013 is missing. Installed manually then MySQL started.)
Attachments:
Last edit: 11 months 3 weeks ago by Donald Montaine. Reason: Errors
Please Log in or Create an account to join the conversation.
- Sternas Stefanos
-
- Offline
- Moderator
-
- Ex Pilot, M.Sc, Ph.D
11 months 3 weeks ago #15987
by Sternas Stefanos
PilotLogic Architect and Core Programmer
Replied by Sternas Stefanos on topic Unable to access PostgreSQL using Tools, Database Desktop in version 7.50
Thanks Sir
1) To use CodeTyphon database desktop with UWS PostgreSQL Database Server
you must copy PostgreSQL client libraries (*.dll)
FROM
UltraWebServer\core\postgresqlXX\pgsql\lib\libpq.dll
(for sample
UltraWebServer\core\postgresql10\pgsql\lib\libpq.dll)
TO database desktop directory
C:\codetyphon\typhon\bin64\
You must do the same with any UWS database.
for MySQL 5.7
D:\UltraWebServer\core\mysql57\bin\libmysql.dll
for MySQL 8.0
UltraWebServer\core\mysql80\bin\libcrypto-1_1-x64.dll
UltraWebServer\core\mysql80\bin\libmecab.dll
UltraWebServer\core\mysql80\bin\libmysql.dll
UltraWebServer\core\mysql80\bin\libprotobuf.dll
UltraWebServer\core\mysql80\bin\libprotobuf-lite.dll
UltraWebServer\core\mysql80\bin\libssl-1_1-x64.dll
2) Yes you must install manual VCxx Libraries to you PC more info here
1) To use CodeTyphon database desktop with UWS PostgreSQL Database Server
you must copy PostgreSQL client libraries (*.dll)
FROM
UltraWebServer\core\postgresqlXX\pgsql\lib\libpq.dll
(for sample
UltraWebServer\core\postgresql10\pgsql\lib\libpq.dll)
TO database desktop directory
C:\codetyphon\typhon\bin64\
You must do the same with any UWS database.
for MySQL 5.7
D:\UltraWebServer\core\mysql57\bin\libmysql.dll
for MySQL 8.0
UltraWebServer\core\mysql80\bin\libcrypto-1_1-x64.dll
UltraWebServer\core\mysql80\bin\libmecab.dll
UltraWebServer\core\mysql80\bin\libmysql.dll
UltraWebServer\core\mysql80\bin\libprotobuf.dll
UltraWebServer\core\mysql80\bin\libprotobuf-lite.dll
UltraWebServer\core\mysql80\bin\libssl-1_1-x64.dll
2) Yes you must install manual VCxx Libraries to you PC more info here
PilotLogic Architect and Core Programmer
Please Log in or Create an account to join the conversation.