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 SDK > Marshalled_Data...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 4 Topic 203 of 274
Post > Topic >>

Marshalled_Data storage in table other than basketGroup

by =?Utf-8?B?cnhyYXph?= <rxraza@[EMAIL PROTECTED] > Apr 6, 2005 at 08:29 AM

Hi Guys:

I have a commerce server web application running on site server. The way 
BLOB has been stored is through dbStorage function calls specifying the 
table, the primary key, the marshalled field and the connection string

//initialize DBStoreClass
dbStorage.InitStorage(connString, tableName, primaryKeyField,
"Commerce.OrderForm", marshalledField, 
dateChangedField);
				
//save orderform to DB				
if (newData)
{
// If the OrderForm is new, then insert into database.
	dbStorage.InsertData(null, orderform);
}
else
{
// If the OrderForm already exists, then update it in the database.
dbStorage.CommitData(null, orderform);
}

I want to know if the same stuff we can do through CS2K API. The objective

is to store the OrderForm BLOB in a user defined custom table lets say 
t_basket. thanks in anticipation.
 




 4 Posts in Topic:
Marshalled_Data storage in table other than basketGroup
=?Utf-8?B?cnhyYXph?= <  2005-04-06 08:29:01 
RE: Marshalled_Data storage in table other than basketGroup
nihitk@[EMAIL PROTECTED]   2005-04-06 22:45:18 
RE: Marshalled_Data storage in table other than basketGroup
=?Utf-8?B?cnhyYXph?= <  2005-04-07 07:47:02 
RE: Marshalled_Data storage in table other than basketGroup
nihitk@[EMAIL PROTECTED]   2005-04-21 16:26:49 

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 12:27:38 CST 2008.