Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Software > Commerce Server Catalog > dbo.ctlg_CheckA...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 753 of 763
Post > Topic >>

dbo.ctlg_CheckAndUpdateTimestamp error

by =?Utf-8?B?QW50aG9ueSBHcmFlbWU=?= <AnthonyGraeme@[EMAIL PROTECTED] Aug 1, 2007 at 08:28 AM

I am having the same issue as phjasper. See below.

I am trying to change the list price for a product then update the
back-end 
catalog. 
My code is as follows:
ProductCatalog catalog;
Product prd;
   catalog =
CommerceContext.Current.CatalogSystem.GetCatalog(sBaseCatalog);
   prd = catalog.GetProduct(sProductID);
   prd.ListPrice = 0.99M;
   prd.Save();

When I execute prd.Save i get an exception 
The stored procedure 'dbo.ctlg_CheckAndUpdateTimestamp'  doesnt exist

Can someone help?


Thanks
 




 1 Posts in Topic:
dbo.ctlg_CheckAndUpdateTimestamp error
=?Utf-8?B?QW50aG9ueSBHcmF  2007-08-01 08:28:05 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 16:21:58 CST 2008.