Merge branch 'Refactor1' of https://github.com/yitam/msphpsql into Refactor1

This commit is contained in:
Jenny Tam 2017-10-04 16:52:42 -07:00
commit 30a1da3c04

View file

@ -8,17 +8,10 @@
*/
$PhpDriver = "Microsoft SQL Server Driver for PHP";
/*
$server = 'TARGET_SERVER';
$database = 'TARGET_DATABASE';
$userName = 'TARGET_USERNAME';
$userPassword = 'TARGET_PASSWORD';
*/
$server = 'SQL-2K16-01.galaxy.ad';
$database = 'php_test';
$userName = 'sa';
$userPassword = 'Moonshine4me';
$tableName = "php_test_table";
$tableIndex = "php_test_table_index";