PC SOFT

FOROS PROFESIONALES
WINDEVWEBDEV y WINDEV Mobile

Inicio → WINDEV 2024 → OLEDB Connection String for HFSQL with encrypted connection.
OLEDB Connection String for HFSQL with encrypted connection.
Iniciado por Jackson Lee, 10,jul. 2017 05:47 - No hay respuesta
Miembro registrado
1 mensaje
Publicado el 10,julio 2017 - 05:47
Hi everyone,

I am using Visual Studio to connection to HFSQL (Client & Server) with the following connection string:
"Provider=PCSoft.HFSQL;Initial Catalog=TestDB;User ID=user;Password=userpwd;
Data Source=myserver:4900;Extended Properties=""Language=ISO-8859-1"""

I can connect when I set the user rights in HFSQL Control Control with: "Right to connection to the server (encrypted and unencrypted connection)".

When I changed to "Right to connection to the server (encrypted connection only)", it fail.

Can someone help me on the connection string syntax for encrypted connection.

Thanks
Jackson