1
0
mirror of https://github.com/dg/dibi.git synced 2025-07-31 03:10:14 +02:00

MsSql2005 driver renamed to Sqlsrv

This commit is contained in:
David Grudl
2015-10-22 01:53:41 +02:00
parent d74908402d
commit 11027e2573
5 changed files with 16 additions and 14 deletions

View File

@@ -128,11 +128,11 @@ try {
echo "</p>\n";
// connects to MS SQL 2005
echo '<p>Connecting to MS SQL 2005: ';
// connects to SQLSRV
echo '<p>Connecting to SQLSRV: ';
try {
dibi::connect([
'driver' => 'mssql2005',
'driver' => 'sqlsrv',
'host' => '(local)',
'username' => 'Administrator',
'password' => 'xxx',