Skip to content

Commit

Permalink
sql
Browse files Browse the repository at this point in the history
  • Loading branch information
jmurgolo committed Mar 15, 2024
1 parent f5114cb commit 0943f15
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion php/db.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

try {
// Connection using PDO
$conn = new PDO("sqlsrv:server = tcp:scounting7127.database.windows.net,1433; Database = scouting7127", "364ffade-278c-42fb-bf78-b4c05c018617", "3P&tLBL7Xc7L6R5p"); //CloudSAcaf36d4a
$conn = new PDO("sqlsrv:server = tcp:scounting7127.database.windows.net,1433; Database = scouting7127", "CloudSAcaf36d4a", "3P&tLBL7Xc7L6R5p"); //CloudSAcaf36d4a
$conn->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION);
$response['connection'] = 'Connected to database successfully';

Expand Down

0 comments on commit 0943f15

Please sign in to comment.