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 > The stored proc...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 1 Topic 752 of 763
Post > Topic >>

The stored procedure 'dbo.ctlg_CheckAndUpdateTimestamp' doesnt ex

by =?Utf-8?B?cGhqYXNwZXI=?= <phjasper@[EMAIL PROTECTED] > Jul 30, 2007 at 08:14 AM

Hi

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:
The stored procedure 'dbo.ctlg_CheckAndUpdateTimestamp' doesnt
=?Utf-8?B?cGhqYXNwZXI=?=   2007-07-30 08:14:04 

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 17:01:09 CST 2008.