I need to execute a query using sqlsrv_query function in SC-7.
For example :
/* Execute the query. agaunst SQL Server*/
$stmt = sqlsrv_query($conn, $tsql, $params);
How can i get the scriptcase Global connection variable to the Database $conn ?
Thanks in advance…