i've been using myodbc to enable vbscripts with adodb to connect to a mysql database running on an IIS server. my question is
do i actually need to set up a system/user DSN? i have been doing but i'm wondering if i dont actually need to. .
my connection string looks like:
conn.ConnectionString = "Driver={MySQL ODBC 3.51 Driver};SERVER=backup;DATA
BASE=netwo
rk;UID=and
y;PWD=pass
wd;OPTION=
16387;"
Start Free Trial