Focal Point
Oracle Connect

This topic can be found at:
https://forums.informationbuilders.com/eve/forums/a/tpc/f/7971057331/m/3851054491

November 02, 2006, 06:26 PM
secret
Oracle Connect
I have a default connection to an oracle connection called EMPTST.

I am trying to change the connection to EMPDEV

Itried the command:

ENGINE SQLORA SET CONNECTION_ATTRIBUTES EMPTST/user/pass

and it still pointed to the EMPDEV data on sql pass thru.

Is this the correct string and is that all you have tot do?

Thank you in advance.
November 02, 2006, 06:41 PM
Nightowl
This is how we do it.

SET SQLENGINE = SQLORA

SQL SET SERVER dbasename

SQL SET CONNECTION_ATTRIBUTES dbasename/user,password

SQL SQLORA

Select ...

This message has been edited. Last edited by: Nightowl,


Using: WF 7.1.5, XP Pro, Tomcat, Self Serve
November 03, 2006, 10:57 AM
secret
Problem is fixed.

This message has been edited. Last edited by: secret,