|
Home > Archive > Commerce Server Solution Sites > May 2005 > Joining External Table to catalog to display other pertinent infor
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Joining External Table to catalog to display other pertinent infor
|
|
| David K. 2004-11-19, 5:48 pm |
| Hi,
I am using the Retail site (COM version). I wanted to add a couple external
tables to a specific catalog on the site (several different catalogs exist).
Does anyone know in which particular file and where I need to place this? I
think it should be where the Catalog Manager is initilized, but I am not sure
in which particular file this is done.
Any and all assistance is appreciated. Sample code welcome.
Thanks.
| |
| Vinayak Tadas[MSFT] 2005-05-27, 5:51 pm |
| You can use the SetJoinTable method on the catalogmanager object to do this.
Dim OCatalogManager
Set oCatalogManager = CreateObject("commerce.CatalogManager")
oCatalogManager.Initialize "siteName", false
Call oCatalogManager.SetJoinTable( ............)
Thanks
Vinayak Tadas
Microsoft
http://blogs.msdn.com/vinayakt
This posting is provided "AS IS" with no warranties, and confers no rights.
You assume all risk for your use. © 2002 Microsoft Corporation. All rights
reserved.
Use of included script samples are subject to the terms specified at
http://www.microsoft.com/info/cpyright.htm
Get Secure! For more info visit http://www.microsoft.com/security. Please
reply to the newsgroups only
--------------------
Thread-Topic: Joining External Table to catalog to display other pertinent
infor
thread-index: AcTOl/ENaOpKIAV2Td6g6gbl/RWgEQ==
X-WBNR-Posting-Host: 4.8.5.28
From: "=?Utf-8?B?RGF2aWQgSy4=?=" <David K.@discussions.microsoft.com>
Subject: Joining External Table to catalog to display other pertinent infor
Date: Fri, 19 Nov 2004 16:29:05 -0800
Lines: 13
Message-ID: <98E13026-12A3-44E8-BAF5-1624211E0E2F@microsoft.com>
MIME-Version: 1.0
Content-Type: text/plain;
charset="Utf-8"
Content-Transfer-Encoding: 7bit
X-Newsreader: Microsoft CDO for Windows 2000
Content-Class: urn:content-classes:message
Importance: normal
Priority: normal
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.3790.0
Newsgroups: microsoft.public.commerceserver.solutionsites
NNTP-Posting-Host: TK2MSFTNGXA03.phx.gbl 10.40.1.29
Path: cpmsftngxa10.phx.gbl!TK2MSFTNGXA03.phx.gbl
Xref: cpmsftngxa10.phx.gbl
microsoft.public.commerceserver.solutionsites:5975
X-Tomcat-NG: microsoft.public.commerceserver.solutionsites
Hi,
I am using the Retail site (COM version). I wanted to add a couple external
tables to a specific catalog on the site (several different catalogs exist).
Does anyone know in which particular file and where I need to place this? I
think it should be where the Catalog Manager is initilized, but I am not
sure
in which particular file this is done.
Any and all assistance is appreciated. Sample code welcome.
Thanks.
|
|
|
|
|