P
pal
Dear all,
I have a code for generating Org chart which is working fine with the
SQL SERVER , But I need to change it to ORACLE table. But when I
specify the table it is not connecting. Is there any thing that I am
missing?
Below is the code,
strCommandPart = " /DATASOURCE=" & OrgChartDSNPath & ",
Table=DBO_OASYS2009_OR.ORG "
vsoAddOn.Run strCommand & strCommandPart
vsoAddOn.Run "/S-ARGSTR /NAME-FIELD=Title"
vsoAddOn.Run "/S-ARGSTR /MANAGER-FIELD=ReportsTo"
vsoAddOn.Run "/S-ARGSTR /Firstname-FIELD=name"
vsoAddOn.Run "/S-ARGSTR /PAGES=""" + TopExecutiveName + """
PAGENAME=""" + TopExecutiveName + ""
strCommand = "/S-RUN "
vsoAddOn.Run strCommand
Thanks
Jayadev
I have a code for generating Org chart which is working fine with the
SQL SERVER , But I need to change it to ORACLE table. But when I
specify the table it is not connecting. Is there any thing that I am
missing?
Below is the code,
strCommandPart = " /DATASOURCE=" & OrgChartDSNPath & ",
Table=DBO_OASYS2009_OR.ORG "
vsoAddOn.Run strCommand & strCommandPart
vsoAddOn.Run "/S-ARGSTR /NAME-FIELD=Title"
vsoAddOn.Run "/S-ARGSTR /MANAGER-FIELD=ReportsTo"
vsoAddOn.Run "/S-ARGSTR /Firstname-FIELD=name"
vsoAddOn.Run "/S-ARGSTR /PAGES=""" + TopExecutiveName + """
PAGENAME=""" + TopExecutiveName + ""
strCommand = "/S-RUN "
vsoAddOn.Run strCommand
Thanks
Jayadev