An open API service indexing awesome lists of open source software.

https://github.com/CRCX-Prod/VBA-Templates-Git


https://github.com/CRCX-Prod/VBA-Templates-Git

connectdb excel mysql odbc-driver vba

Last synced: 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# VBA-Templates

# Excel - MySQL ODBC Connection

## ODBC Driver with ADODB Library

The driver user in this example is :
> MySQL ODBC 5.3 ANSI Driver

You can ensure that the code content the proper ODBC Driver in **ODBC Data Sources**.

[Download MySQL ODBC Driver](https://dev.mysql.com/downloads/connector/odbc/)

## ConnectDB

To use the ODBC Connection :

> ConnectDB Server, Database, user, Password

### Example :

> ConnectDB "192.168.1.153", "00_colo_production", "colouser", "colouser"

# Print Pdf

# Excel - Table Admin