I am using MySQL as a backend to an Access 2003 frontend. I have recently had to update one of the tables to add several fields. Previously when linking to the backend tables the connect string has been stored in MSysObjects as
"DNS=myodbcconnectionname;Server=myserver;UID=myuid;DATABASE=mydatabase;POET3306;SSLVERIFY="
suddenly for no apperrant reason it has decided that the connection string is now
"DNS=myodbcconnectionname;" while this works on my development machine it is not functioning when I transfer the front end to different machines.
I need to get back to the original saved string, any help would be much appreciated
"DNS=myodbcconnectionname;Server=myserver;UID=myuid;DATABASE=mydatabase;POET3306;SSLVERIFY="
suddenly for no apperrant reason it has decided that the connection string is now
"DNS=myodbcconnectionname;" while this works on my development machine it is not functioning when I transfer the front end to different machines.
I need to get back to the original saved string, any help would be much appreciated