Ask a Question related to Coldfusion Database Access, Design and Development.
-
Josh Davidson #1
Use CF DSN in JSP
I need to use a coldfusion dsn inside a JSP to connect to an Oracle database.
The reason being, I can't specify the username and password in the jdbc class
for security reasons. Has anyone used a DSN inside a JSP to connect to Oracle?
Thanks.
Josh Davidson Guest
-
Dan Bracuk #2
Re: Use CF DSN in JSP
If jsp can accept web services, you could always write a webservice in cold
fusion where the incoming is an sql statement and the return variable is
whatever suits your particular requirements.
Originally posted by: Josh Davidson
I need to use a coldfusion dsn inside a JSP to connect to an Oracle database.
The reason being, I can't specify the username and password in the jdbc class
for security reasons. Has anyone used a DSN inside a JSP to connect to Oracle?
Thanks.
Dan Bracuk Guest



Reply With Quote

