2019-03-03

VBA - Database and ODBC

VBA - Database and ODBC
*---
---*

VBA - ADODB
Dim conn As New ADODB.Connection
Dim rs As New ADODB.Recordset
With conn
.ConnectionString = cnn_str("OracleODBC32") ''OracleODBC32
.CursorLocation = adUseClient
.Open
End With

VBA - ODBC with Connection Strings
*---
---*

VBA - Excel SQL Solution















No comments:

Post a Comment