mysql-odbc-connector

Record has been changed error if data is changed by VBA

和自甴很熟 提交于 2020-06-26 14:08:14
问题 I have a MS Access (2016) database using linked tables to a MySQL database. In the access database I have a form I use for data entry. I needed certain fields to be recalculated (manually) when I click a Recalc button. The problem I am having is that when I run the VBA code to update fields on the form, if I then try to navigate to another record I get the error "This record has been changed by another user since you started editing it...." I am the only user accessing this database.

Unable to transfer SQL Server varchar(max) to MySQL text using SSIS

给你一囗甜甜゛ 提交于 2020-01-14 13:14:24
问题 I'm trying to transfer a table from SQL Server to MySQL using SSIS and it is failing on one column that is varchar(max) on SQL Server and text on MySQL. So far I have tried doing this as an OLE DB to ODBC data flow, as well as BCP out into a flat file to ODBC data flow. The field in question is configured in SSIS as DT_TEXT. In both instances, it is producing the following set of errors: [ODBC Destination [47]] Error: Open Database Connectivity (ODBC) error occurred. SQLExecute returned error

Unable to transfer SQL Server varchar(max) to MySQL text using SSIS

妖精的绣舞 提交于 2020-01-14 13:11:47
问题 I'm trying to transfer a table from SQL Server to MySQL using SSIS and it is failing on one column that is varchar(max) on SQL Server and text on MySQL. So far I have tried doing this as an OLE DB to ODBC data flow, as well as BCP out into a flat file to ODBC data flow. The field in question is configured in SSIS as DT_TEXT. In both instances, it is producing the following set of errors: [ODBC Destination [47]] Error: Open Database Connectivity (ODBC) error occurred. SQLExecute returned error

Is there compatible ODBC driver with Mariadb 10 on Linux?

北慕城南 提交于 2019-12-07 12:10:38
问题 I tried to use MySQL ODBC driver but that resulted in an error when I compile. MySQL ODBC driver is fine with Mariadb 5.5 but not Mariadb 10. So is there ODBC driver for Mariadb 10? I installed MySQL Connector ODBC Driver source code version. The follow is error messages: * MySQL Connector ODBC Driver 5.3.4 Scanning dependencies of target myodbc5a [ 6%] Building C object driver/CMakeFiles/myodbc5a.dir/catalog.c.o [ 7%] Building C object driver/CMakeFiles/myodbc5a.dir/catalog_no_i_s.c.o

Is there compatible ODBC driver with Mariadb 10 on Linux?

让人想犯罪 __ 提交于 2019-12-05 18:44:38
I tried to use MySQL ODBC driver but that resulted in an error when I compile. MySQL ODBC driver is fine with Mariadb 5.5 but not Mariadb 10. So is there ODBC driver for Mariadb 10? I installed MySQL Connector ODBC Driver source code version. The follow is error messages: * MySQL Connector ODBC Driver 5.3.4 Scanning dependencies of target myodbc5a [ 6%] Building C object driver/CMakeFiles/myodbc5a.dir/catalog.c.o [ 7%] Building C object driver/CMakeFiles/myodbc5a.dir/catalog_no_i_s.c.o /myodbc/mysql-connector-odbc-5.3.4-src/driver/catalog_no_i_s.c:1096:69: error: macro "my_init_dynamic_array"

MySQL ODBC connector 32bit or 64bit?

天涯浪子 提交于 2019-12-05 15:04:12
I want a 32bit bit application (running on Windows 7 64bit) to connect to MySQL 5 64bit through ODBC. Does the MySQL ODBC connector have to be 32 or 64 bit? Does the MySQL ODBC connector's register size have to match the application's or MySQL's? Windows 7 64bit can handle 32bit as well as 64bit connectors - so this does not matter. (verified with R 32bit and 64bit / Windows 7 64bit / MySQL 5 32bit.) Only the application's architecture (32bit or 64bit) that connects via the ODBC adapter does matter and has to be matched by it. Windows 7 64bit can handle both 32bit and 64bit ODBC connectors