Hi all,
how do I treat semicolons in filenames when I'm assembling my
ADODB.Connection.ConnectionString? If I omit checking for semicolons,
the database driver stops parsing the Data Source parameter at the
position of the filename's semicolon instead of the correct separator
semicolon and cannot connect to the database. Replacing it by two
semicolons or putting it into "" or '' didn't help either.
Thanks in advance.
Regards, Hannes