[Oledb-dev] pgoledb 1.0.0.9 ssl connection
Mario Soto Cordones - Venezuela
msotocl at gmail.com
Mon Aug 8 19:36:47 GMT 2005
Hi
I have an application made in visual basic 6 that is connected to a
database postgresql 8.0.3.
when I try to connect myself in way ssl to the servant this it is not
connected,
this it is my connection string
strCn = "DRIVER={PostgreSQL};DATABASE=" & gblBaseDatos & ";SERVER=" &
gblServidor & ";PORT=" & gblPuerto & ";UID=" & gblUsuario & ";PWD=" &
gblPasswordBaseDatos & ";"
Set BaseRemota = New ADODB.Connection
With BaseRemota
.ConnectionString = strCn
.ConnectionTimeout = 30000
.CommandTimeout = 30000
.CursorLocation = adUseClient
.Properties("PROMPT") = adPromptNever
.Open
End With
boBaseAbierta = True
please any idea
thank you very much
--
cordialmente,
Ing. Mario Soto Cordones
More information about the Oledb-devel
mailing list