Default local database engine using Sybase SQL Anywhere ODBC
Connection string
This Sybase SQL Anywhere (former Watcom SQL) ODBC driver connection string can be used for connections to Sybase Adaptive.
Driver={Sybase SQL Anywhere 5.0};DefaultDir=c:\dbfolder\;Dbf=c:\mydatabase.db;
Uid=myUsername;Pwd=myPassword;Dsn="";
The empty DSN parameter could be critical if experiencing error 7778.
Remember to start the connection string with "odbc:" if you are using PHP PDO_ODBC