Welcome, Guest
Username: Password: Remember me
CodeTyphon MS Windows (Win7, Win8.x, Win10 and Win11) OS Development, discussions and problems
  • Page:
  • 1

TOPIC:

Unable to access PostgreSQL using Tools, Database Desktop in version 7.50 2 years 9 months ago #15986

  • Donald Montaine
  • Donald Montaine's Avatar Topic Author
  • Offline
  • New Member
  • New Member
  • Posts: 16
  • Thank you received: 0
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:

Please Log in or Create an account to join the conversation.

Last edit: by Donald Montaine. Reason: Errors

Unable to access PostgreSQL using Tools, Database Desktop in version 7.50 2 years 9 months ago #15987

  • Sternas Stefanos
  • Sternas Stefanos's Avatar
  • Offline
  • Moderator
  • Moderator
  • Ex Pilot, M.Sc, Ph.D
  • Posts: 4512
  • Thank you received: 1101
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
PilotLogic Architect and Core Programmer

Please Log in or Create an account to join the conversation.

  • Page:
  • 1