зеркало из https://github.com/microsoft/msphpsql.git
Update srv_037_transaction_rollback.phpt
This commit is contained in:
Родитель
1268776601
Коммит
674e7736ac
|
@ -11,7 +11,7 @@ function PrintContent($conn)
|
|||
global $tableName;
|
||||
$query = "SELECT * FROM $tableName";
|
||||
$stmt = sqlsrv_query($conn, $query);
|
||||
// Fetch first row
|
||||
// Fetch the first row
|
||||
$row = sqlsrv_fetch_array($stmt,SQLSRV_FETCH_ASSOC);
|
||||
print_r($row);
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче