Quantcast
Channel: MySQL Forums - Microsoft Access
Viewing all 487 articles
Browse latest View live

Link Breakage using MS Access as frontend to MySQL server (1 reply)

$
0
0
Hello,
So I'm writing because I'm experiencing a bit of an issue. I have running a MySQL Community 8.0.25 server which at present houses 1286 rows of data. This data is primarily accessed for human consumption via a Microsoft Access 2007 linked table which uses the ODBC connector (also version 8.0.25) although it is read/written by a couple of other applications as well on a regular basis. This setup has been working well for me for about five months now, at least until about three days ago. Previously I was able to view and filter the entire database without issue, yet now when using most methods to view any of the last 16 rows of the database Access loses its link to the DB (all boxes show '?NAME' which does not go away when hitting the 'refresh all' button). The exception to this is if I use the equals filter on a VARCHAR column, in which case I can view/edit data from the last several entries. Other filters which would return result sets that include those last several rows incite what appears to be the same loss of connection.
In attempting to diagnose and solve this issue I have verified that those last few records do exist and are visible via queries through other types of connection (including the Dotnet & Python connectors as well as the MySql application on the server). In my ODBC connector settings, I have attempted to correct the problem by enabling 'allow big result sets', 'use compression', 'enable automatic reconnect', & 'Enable safe options' each one at a time and in several combinations thereof. I have via ODBC created both a trace file and a debug log yet I can see nothing visibly wrong in the debug log (no errors listed and all queries listed simply as 'executed') and I lack the skills to parse the trace file.
So that's my dilemma. Thanks for taking the time to read it through, any assistance would be hugely appreciated.

return solid block charctor in mysql query (1 reply)

$
0
0
I'm trying to find the equivalent for creating a string of Solid Block charactors. This works in Access - String(30,ChrW(9608))
How might i get that in mysql query?
thnaks!

odbc administration utility could not be found (7 replies)

$
0
0
Trying to migrate an MS Access db to SQL Workbench using the Wizard but can't get past this error message. I've tried everything I can think of and no luck. I'm using Windows 11 64bit OS and Workbench 8.0 Community version. Using MS Office Pro Plus 2016 with Access included.

Thanks

Access Forms won't add or update records (no replies)

$
0
0
Hi,
I have a problem using an Access front end connected to a MySql Database.
I test UPDATE on one small table with a VBA procedure, using DAO
sql = "UPDATE tblFormateur "
sql = sql & " SET Prenom = 'Werner' "
sql = sql & " WHERE Nom='HEISENBERG' "
The first time I run the query, it's ok.
But if I run the same query, without changing the value,(keeping Prenom = 'Werner')
I get an error message saying that the query has not been executed,
due to a lock violation.
If I run the query again, but with a different value, e.g Prenom = 'Peter',
the query is executed without error.

On the other hand, If I do the same experiment with ADODB,
I do not get any error.

One can say: let's go with ADODB!

The problem is that the Access front-end Forms use DAO, not ADODB!
So all the forms won't be able to either add new records or update records.

Did you experienced the same issue?
Are there some parameters of the ODBC driver that needs to be set?

Thank's advance for any help.

Windows 1
Access Office 365
ODBC connector 8.0 CE

Microsoft Access ODBC call failed MySQL client ran out of memory #2008 (no replies)

$
0
0
Hello all,
I have been using AWS MySQLfor large databases for many years and have done analysis using Microsoft Access as a front end on my computer using MySQL ODBC Connector. Recently I upgraded to My Connector 8.0.31 32 Bit. I am losing connection to the database when I try to run queries on Large datasets with linked tables.

In testing I found that I can run query that returns 9 months of data without a problem. When I change the query to return 10 months I get the error below.


My error is ODBC call failed
MySQL ODBC 8.0(a) Driver mysqld - 5.7.12 MySQL client ran out of memory #2008

Is this a server configuration, parameter, or resource issue?

Or is this a Connector issue that needs some parameters changed?

Or is this my Computer running out of memory?

import rows into MYSQL (no replies)

$
0
0
I have an ACcess frontend to a remote MYSQL. ALso an EXCEL tool that parses text into rows, that we'd like to get these Excel rows now into the MYSQL db.

We figured it would make sense to maybe interface directly with MYSQL from Excel, rather than passing the data to Access, then to MYSQL.

The user signs into the Access front end and authenticates with MYSQL.

Can I link from Excel to this open Access Front end to grab the password? (after storing in variable after the Access front end login)

Or better maybe to have Excel pass the rows to Access, and have Access put them up to MYSQL, as user has already been authenticted in the Access front end?

erreur réservée -7745 (1 reply)

$
0
0
I have installed ODBC drivers "mysql-connector-odbc-8.1.0-winx64.msi" on Windows 10 and tryed a connection with Microsoft Access 2016. Connection to the database is successfull and I can see the tables on it. But when I try to get the tables, I received an error "erreur réservée -7745 which is not documented. My database is small, and the driver is supposed to be up to date. The database seems OK with phpmyadmin. Can you help me?
Viewing all 487 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>