Two db connection

hi
there is no possibility to integrate the choice of database in a variable in future versions of scriptcase?

Re: Two db connection

For now, try setting the the value for:
$_SESSION[‘scriptcase’][‘glo_banco’] = ‘my_db’;

if that does not work, then:
$_SESSION[‘scriptcase’][‘my_application_name’][‘glo_nm_conexao’] = ‘my_db’;

Regards,
Scott.