03-18-04 06:55 PM
Hi All,
I am dead stuck. I want to use CatalogManager.Query or
CatalogManager.Search for searching a product. I have
tried all options but the recordcount property is always
zero. Can some please show an example that is working and
implemented.
Following is the last version of the code after several
attempts:
Dim cm As CatalogManager = New CatalogManager
cm.Initialize(commerceSite, False)
Dim product As _Recordset
1) product = cm.Query("ProductID='TT111'", catalogName,
catalogClassType, propertiesToReturn)
2) product = cm.Search("[ProductID]=N'TT111'", ,
catalogName, catalogClassType, propertiesToReturn)
Also can someone show how to find a product given multiple
search parameters.
Thanks and Regards,
Mike
[ Post a follow-up to this message ]
|