FiveTech Support Forums

FiveWin / Harbour / xBase community
Board index FiveWin for Harbour/xHarbour SSL conection with tDolphin
Posts: 84
Joined: Wed Nov 09, 2005 11:22 PM
SSL conection with tDolphin
Posted: Tue Jul 23, 2019 08:57 PM

Hello,
I use tDolphin and need an example SSL connection to MariaDB / MySQL.
I didn't find any examples in the samples folder.
Non-SSL connection I do like this:

TRY
CONNECT oServer HOST alltrim(host) ;
USER alltrim(usuario) ;
PASSWORD alltrim(senha) ;
PORT nPort ;
FLAGS nFlags;
DATABASE alltrim(DBName)
CATCH oErr

MsgInfo( oErr:Description )

RETURN NIL
END

Could someone help me with the commands for SSL?
Tks.

Continue the discussion