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
- Host: GitHub
- URL: https://github.com/CRCX-Prod/VBA-Templates-Git
- Owner: CRCX-Prod
- Created: 2018-04-20T07:31:03.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2021-03-09T04:40:01.000Z (over 4 years ago)
- Last Synced: 2024-08-13T07:18:13.780Z (about 1 year ago)
- Topics: connectdb, excel, mysql, odbc-driver, vba
- Language: VBA
- Size: 50.1 MB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- jimsghstars - CRCX-Prod/VBA-Templates-Git - (VBA)
README
# VBA-Templates
# Excel - MySQL ODBC Connection
## ODBC Driver with ADODB Library
The driver user in this example is :
> MySQL ODBC 5.3 ANSI DriverYou 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