我有mysql odbc 5.1驱动程序很长一段时间了。我升级到mysql odbc 5.3驱动程序(ansi和unicode)。但Windows7 ODBC数据源管理器特别指出,我的所有连接器仍在使用mysql odbc 5.1驱动程序。因此,尝试使用它们或对其进行配置会产生错误消息"The setup routines for the mysql odbc 5.1 driver odbc driver not be not found the mysql odbc driver.the reinstall the driver“。安装运行良好。原生mysql工作台可以连接,并且没有
我正在尝试将宿主webs应用程序连接到本地数据库。首先,我得到了Fatal error: Call to undefined function odbc_connect()错误,但是在添加了"odbc“扩展之后,我开始获得
Error connecting to the ODBC database: [unixODBC][Driver Manager]Data source name not found, and no default driver specified
我使用php脚本中的以下代码使用ODBC连接到本地数据库
$odbc['dsn'] = "Sa
我需要帮助修复一个错误:SQL state IM014 in SQLConnect和SQL state IM002 in SQLConnect。
我运行相同的脚本,一个在webserver/remote/上运行,另一个在本地机器上运行,试图访问同一个数据库,但是我得到了不同的错误消息。
当我从web服务器运行它时,我得到
SQL错误:在SQL中未找到unixODBCData源名称,也未指定默认驱动程序。
当我在本地机器上运行时
Microsoft指定的DSN包含驱动程序和应用程序之间的体系结构不匹配
我在php脚本中使用以下代码连接到本地数据库
$odbc['dsn
我使用了以下方法:
Excel 2013
MySQL版本为5.0.67
Windows 8 64位
当我通过excel连接MySQL (我不需要)时,我得到了以下错误。
Error Description: [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
Error at line: 0
Error Number: -2147467259
我还安装了mysql-for-excel-1.2.1。请帮我解决这个问题。
我列出了代码:
cn.O
我尝试使用MySQL ODBC驱动程序,但在编译时导致错误。MariaDB5.5可以使用MySQL ODBC驱动,但是MariaDB10不行,那么MariaDB10有没有ODBC驱动呢?
我安装了ODBC连接器MySQL驱动程序的源代码版本。
以下是错误消息:
* MySQL Connector ODBC Driver 5.3.4
Scanning dependencies of target myodbc5a
[ 6%] Building C object driver/CMakeFiles/myodbc5a.dir/catalog.c.o
[ 7%] B
我使用的是jceator 4.50.010 & mysql 5.5.28。我的windows版本是7 64连接器我安装了mysql- bit.the -odbc-5.2.2-winx64来连接jcreator和mysql.than我遵循以下步骤
1. First went to my control panel then Administrative Tools > Data Sources(ODBC)
2. The ODBC Data Source Dialog will then appear, select the System DSN tab.
3. Click on t
我安装了unixODBC和MySql ODBC驱动程序,但是无法连接ODBC DNS。
isql -v myodbc_mysql_dsn
我得到了这个错误:
Cannot connect to ODBC DSN:
[SQL ERROR]:[IM002][0][[unixODBC][Driver Manager]Data source name not found, and no default driver specified]|
我的配置如下所示:
cat /etc/odbc.ini
[myodbc_mysql_dsn]
Description = test
Driver = My
我正在尝试用c#连接到MySql数据库。但是我得到了这个错误。
Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified.
我的c#代码
Connection con = new Connection();
Recordset rs = new Recordset();
string conStr = ConfigurationManager.ConnectionStrings["DefaultConnection"
每当我尝试使用vbscript连接到MySql时,我都会得到一个错误:
Script: E:\VBScript\CreateAccount.vbs
Line: 6
Char: 1
Error:[Microsoft][ODBC Driver Manager] Data source name too long
Code: 80000405
Source Microsoft OLEDB Provider for ODBC drivers
以下是打开到Mysql的连接的代码:
dim cn, rs
set cn = CreateObject("ADODB.Connection")
我想从Server内部访问MySQL数据库。我创建了一个系统DSN,它可以测试。我在server中创建了一个链接服务器:
Provider =用于ODBC驱动程序的Microsoft提供程序
产品名称= MySQL
数据源=(DSN的名称)
Security =为我的每个本地登录输入一个条目,并带有我的MySQL用户名和密码。
但是,如果我尝试测试它,就会得到以下错误消息:
Cannot initialize the data source object of OLE DB provider "MSDASQL" for linked
server "X".
OL
我有一个典型的ASP站点,我刚刚上传到另一台服务器,它给出了以下错误:
Microsoft OLE DB Provider for ODBC Drivers error '80004005'
[MySQL][ODBC 3.51 Driver]Client does not support authentication protocol requested by server; consider upgrading MySQL client
我试着做任何地方都建议的事情,包括官方的MySQL网站:
也就是说,转到mysql.user表,用OLD_PASSWORD()函数更改密码
我在phpmyadmin中有一个数据库,并且我已经将它导出为test.sql。我想将test.sql导入到ms access 2016。我试图使用ODBC使用import,但在一些教程中,我必须在Machine Data Source中选择Mysql,但我没有Mysql。您知道如何在不使用ODBC的情况下导入test.sql文件吗?
可能重复:
我有64位操作系统,Microsoft 2010和远程MySQL 4.1.13 (我有凭据)。我下载了32位ODBC连接器并安装了它。在试图插入数据时链接表后,将得到以下错误:
Run-time error '3155':
ODBC- insert on a linked table 'sometable' failed.
[MySQL] [ODBC 5.2 (w) Driver] [mysqld-4.1.13-standard] Server does not support
4-byte encoded UTF8 character