I have an application which has two database connections with two different logical databases (with different DSNs). Can I work with the sane SQL_HANDLE_ENV for both the connections, or do I need to create a new SQL_HANDLE_ENV for every logical database? Please help me.