Re: Connection problem with Pro*C/C++ [message #370248] |
Tue, 01 June 1999 04:56 |
hmg
Messages: 40 Registered: March 1999
|
Member |
|
|
I think you must change the custom build settings.
The original custom build settings for the file cv_demo.pc are
$(ProjDir)\..\..\..\..\bin\plus80 scott/tiger @cv_demo
$(ProjDir)\..\..\..\..\bin\proc $(ProjDir)\$(InputName).pc sqlcheck=semantics userid=scott/tiger include=$(ProjDir)\..\..\include include="$(MSDEVDIR)\..\vc\include"
you have to replace "scott/tiger" in both rows with :
"isagi/highlander@prod"
Furthermore the table emp have to be in the user schema "isagi" to create the package emp_demo_pkg
sucessfully.
hope this helps
|
|
|