humpydumpy2000
IS-IT--Management
Hi all,
I have this problem regarding relinking mysql server access does not remember the connection and keeps on popping up asking for authentication
CnnString = "ODBC;DRIVER=MySQL ODBC 5.3 ANSI Driver;DATABASE="db_production";OPTION=2048;PORT=3306;SERVER=" 192.168.137.0.1";UID="root";PWD=;Connect Timeout=45; Command Timeout=90;"
Set tdf = CurrentDb.CreateTableDef("tbllogo")
tdf.Connect = CnnString
tdf.SourceTableName = "tbllogo"
CurrentDb.TableDefs.Append tdf
Set tdf = Nothing
any thoughts?
thanks in advance
I have this problem regarding relinking mysql server access does not remember the connection and keeps on popping up asking for authentication
CnnString = "ODBC;DRIVER=MySQL ODBC 5.3 ANSI Driver;DATABASE="db_production";OPTION=2048;PORT=3306;SERVER=" 192.168.137.0.1";UID="root";PWD=;Connect Timeout=45; Command Timeout=90;"
Set tdf = CurrentDb.CreateTableDef("tbllogo")
tdf.Connect = CnnString
tdf.SourceTableName = "tbllogo"
CurrentDb.TableDefs.Append tdf
Set tdf = Nothing
any thoughts?
thanks in advance