I am migrating an MS Access application (which has linked tables to a MSSQL Server) to MySQL.
As a means to overcome some MSAccess table naming problems, I am seeki
I always rename my "linked to SQL" tables in Access from
{dbo_NAME} to {NAME}.
{dbo_NAME}
{NAME}
The link creates the table name as {dbo_NAME} but access occasionally has problems with the dbo_ prefix.