jeromeQc
Guest
|
Posted:
Wed Oct 26, 2005 4:51 pm Post subject:
SetJoinTable |
|
|
Hi there
I am very new to CS. I gotta display information coming from
separate DB,
on the same SQL server running CS.
I read that the best way to do it is with th
CatalogManager.SetJoinTable method.
Here's an example
Imports CATALOGLi
Dim catalogManager As New CatalogManage
catalogManager.Initialize("SiteName", False
catalogManager.SetJoinTable("WebSiteDB.dbo.Packages", "PackageCode",
"PackageCode", CatalogJoinTypeEnum.CMS_OUTER_JOIN_RIGHT
I keep on getting the following error: "The specified target join-ke
is
invalid
And I'm sure the names are right
Any advice would be greatly appreciated
Thanks
Jerom |
|