Hi, Problems just running Snitz locally (localhost) The error message doesn't make sense as the database exists.. in the config.asp file I opened the database and read the records from a table successfully in the lines following the creation of the connection String. But using the same connector at the pre coded spot in config.asp Fails... weirdness
Using this connection string: driver={MySQL ODBC 5.1 Driver};option=16387;server=localhost;user=root;password=xxx;DATABASE=rfh_db_dev;
I get this error: There has been an error !!
The database could not be opened !! Check your config.asp file and set the strConnString so it points to the database. Also check if strDBType is set to the right databasetype.
Code : 80004005
Error Description : [Microsoft][ODBC Driver Manager] Data source name not found and no default driver specified
It's not clear if your setup ever worked, or if this is a new implementation or copy from another server. Some things to check: is the mysql odbc driver installed on your server? Does the installed ODBC driver version match your connection string? The current version of the driver is 5.3