Posts by Marcio Sales • 11 points
1 post
-
1
votes0
answers117
viewsQ: I cannot access database via SQL server - DSN
I have a class that I can connect to Mysql, and I would like to use it to access a database on a local network and that is in SQL SERVER 2014. private static function Conectar() { try { if…