Hi ,
I’m trying to make a blank application to download sql select into csv file.
At the beginning I have to declare the connection variable but I don’t want to declare it .
Is it possible to use that one defined into SC ?
I’ve tried this down here… without success
Thanks
//$conn = mysql_connect(“localhost”,“root”,"");
$conn = ‘[glo_nm_conexao]’;
mysql_select_db(“eos_b2bc”,$conn);