Pasos para crear conexión.
1.- Descargar driver de conexión ODBC postegres
2.- Insalar ODBC.
3.- Configurar ODBC.
Clase de conexión en macro
Sub conectar()
'Open the connection
cn.Open "DSN=Postgresql2;UID=postgres;PWD=******;"
End Sub
Cualquier inquietud contacto: [email protected]
1.- Descargar driver de conexión ODBC postegres
2.- Insalar ODBC.
3.- Configurar ODBC.
Clase de conexión en macro
Sub conectar()
'Open the connection
cn.Open "DSN=Postgresql2;UID=postgres;PWD=******;"
End Sub
Cualquier inquietud contacto: [email protected]