SSL conection with tDolphin

Post Reply
User avatar
rogerio
Posts: 83
Joined: Wed Nov 09, 2005 11:22 pm
Location: São Lourenço da Serra - SP - Brasil
Contact:

SSL conection with tDolphin

Post by rogerio »

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.
Post Reply