暫無描述
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

shto_sqlb.php 346B

12345678910111213141516
  1. <?php
  2. $serverName = "210.61.41.234,4567";
  3. $connectionInfo = array( "Database"=>"Sh-To-ERP-SYS", "UID"=>"B70340", "PWD"=>"Lee0911274990", "CharacterSet" => "UTF-8");
  4. $conn = sqlsrv_connect( $serverName, $connectionInfo);
  5. if( $conn ) {
  6. }
  7. else{
  8. echo "Connection could not be established.<br />";
  9. die( print_r( sqlsrv_errors(), true));
  10. }
  11. ?>