Posts by André Cavalcanti • 21 points
1 post
-
1
votes1
answer1631
viewsQ: Error opening connection to SQL Server 2008 R2 database
I’m having a problem opening a connection to a local database in SQL Server 2008 R2. The opening method that is giving error is as follows: public static SqlConnection AbreConexao() { string path =…