Closed hanns08 closed 7 years ago
Just check out the documentation.
dsn
option is for building customized DSN string, but for most case, just change the database_type
to mssql
and config the correct server, username, password or port. It it enough.
How to write DSN Connection in medoo. I am using MSSQL server.
$database = new medoo([
]);
that is mine connection, and it came error "invalid data source name" please tell me how to solve this problem