ALTER TABLE FOREIGN (3 replies)
Hi: Three tables. users, users_initial and users_dues Trying to set relation form users_dues to users_initial in php MyAdmin SQL SQL query: ALTER TABLE users_dues ADD FOREIGN KEY (user_id) REFERENCES...
View ArticleSQL & substring function (2 replies)
Odd situation: This works fine stand alone test in php MyAdmin SQL: select concat(substring(forename, 1,1),'bwm' ,substring(lastname, 1, 1)) from users where user_id = 152; Output WbwmW for example....
View ArticleAccess to MySql (1 reply)
I wish to convert from MS Access to MySql in my VB6 programs. I am using Access now with DAO and wish to change my VB6 programs to use MySql with the minimum of changes. 1. Can I connect via say ODBC...
View ArticleAccess not displaying new rows in linked table (2 replies)
I have successfully made a linked table from access to my MySQL database and it successfully writes changes made in one to the other. However, if I add a new row to my MySQL table is does not show up...
View ArticleVBScript working with new MYSQL DB, but I can't update changes via ODBC (no...
Hello, I have successfully migrated my Access databases to MYSQL 5.7 using Workbench 8.0 on a winServer 2012 machine. The pages are showing data and I'm going about changing the connect scripts in...
View ArticleMigration failing (no replies)
I'm following the steps to migrate the databae but I keep getting an error at reverse engineer source step Starting... Connect to source DBMS... - Connecting... Connecting to ... Opening ODBC...
View ArticleMigration from Access to MySQL (no replies)
I have MS Access for Office 365. I am trying to follow the instructions on how to migrate using MySQL Workbench Migration Wizard. I thought that I needed a 64 bit ODBC driver for Access, but according...
View ArticleACCESS 2003 and MySQL - problems with linked tables (no replies)
Hi, I have an application developed via MS-ACCESS 2003. I migrated the data (ACCESS tables) to a MySQL 5.7.25. Then, I linked the MySQL tables to the ACCESS. Most of data works correctly (viewing the...
View ArticleBuy real registered passports((www.supportdocuments24hrs.com (no replies)
real registered passports (www.supportdocuments24hrs.com) driver's license, identity card We only offer original passport, driver's license, identity cards, visas, stamps and other documents for the...
View ArticleAccess form ODBC error using "GET DIAGNOSTICS" (1 reply)
It's well known that Accesss forms don't return the exact ODBC error message. If you perform an insert without setting a NO NULL field to a value it just returns "ODBC call failed" rather than e.g....
View ArticleUsing Access Linked Tables (no replies)
Help me please! I have an MS Access 2010 application that has 25 or so users. Due to corruption issues, I have converted it to MySQL and it is working fine with one exception. The first time one of...
View ArticleLinked tables (no replies)
Hi, I have a working msaccess Database but recently I rebuilt the tables in MySQL. On linking the tables, the fields that had primary keys(auto increment) in MySQL are now in number data type in...
View ArticleIs there a generator or frontend for MYSQL databases for crud operations like...
Hello, You know that good old Microsoft Access database: On Windows, you can create forms with subforms, views, etc. You can browse trough all the records using forms, edit data, etc. It is easy and...
View ArticleSQL Error: 1168"): error calling Python module function...
Hello All, I am Trying to migrate on Sql Server which is running in windows to Linux and getting error as below. Anyone please help me out. - Retrieving table ahrs.email... Traceback (most recent call...
View Articlemove a simple db from access to web (1 reply)
Hello i have a very simple database in access, a kind of anagraphic, name, date of birth, geneder, nationality and so on I would like to be able to have a similar application online, so that users can...
View ArticleQuery transform / pivot (2 replies)
Hi, I'm new on this, I'm traying to do a Query that works in Access, but not in MySQL.. can anybody help? This is my Query: TRANSFORM Sum(Total) AS SumOfTotal SELECT Client, Sum(Total) AS Sum_Total...
View ArticleTrouble with Generated Column (2 replies)
Not sure if this is correct forum for this issue. I'm trying to migrate a Microsoft Access back-end database to MySQL, and having problems with generated columns. Couldn't get migration assistant to...
View Articleget odbc error info (no replies)
i'm testing my login to remote mysql, and want to show message if invalid user/pwd. I first got a generic 3151, then added and checked DBEngine.Errors - still get a generic message (same message for...
View Articleconvert to uppercase or just display? (2 replies)
I have varchar() fields on an access form, and want them to be uppercase. should i convert on the access client on entry? or on remote MYSQL server? or neither,, and just display/format them for...
View ArticleConvert Access Latin1 to utfmb4 problem (1 reply)
I have a problem converting legacy Access databases to MySQL. Access ported over multiple generations and in .accdb format. I assume they are encoded in Latin 1 case insensitive accent sensitive. I am...
View Article