I have set up a psql datasource(odbc) in cf10. Everything works fine, but some tables require a password. In order to provide the password, for each databse connection, I need to make the following SQL statement: SET OWNER='myPassword';
I do not want that statement before every query. I could use cfinclude and have the password in one file. But, I would rather have it as part of the datasource settings. Is there anyway to do this? Can I set up the above command to run in the datasource settings?