Connect to mysql 5.0 database using pure vbscript?(使用纯 vbscript 连接到 mysql 5.0 数据库?)
问题描述
我已经尝试了以下脚本,但出现错误:
I've tried the below script but I am getting an error:
它给出了以下错误:
当我在谷歌上搜索 odbc 连接器时,我想到了这个 可以下载 odbc 5.1 连接器的页面.想知道这是否足以连接到 mysql server 5.0 数据库...?
When I googled for an odbc connector I came up to this page where I could download the odbc 5.1 connector. Wondering if this is enough to connect to a mysql server 5.0 database...?
推荐答案
安装 MySQL Connector/ODBC 并使用连接字符串,如下所示
Install MySQL Connector/ODBC and use a connection string like the following
这篇关于使用纯 vbscript 连接到 mysql 5.0 数据库?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!