Commerce Server General - OrderGroupSearch Problem

This is Interesting: Free IT Magazines  
Home > Archive > Commerce Server General > December 2004 > OrderGroupSearch Problem





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 OrderGroupSearch Problem
Ritesh

2004-12-27, 10:12 am

I made a marshal data named as Zip_Code in line item level
And i want to access it using OrderGroupSearch
I am writing code as
OrderGroupSearchOptions Options = new OrderGroupSearchOptions();
Options.FetchOrderFormInformation = true;
Options.FetchLineItemInformation = true;
Options.Columns.Add("OrderFormLineItems.[Zip_Code]");
DataSet ds = new DataSet();
ds = ordGrpSearch.Search(Options);

But it is giving error that Zip_Code column does not exist so can anybody solve the problem as how to access marshal data using this method

Also i have zipcode in another table named as OrderGroupAddresses but when i use that table as
Options.Columns.Add("OrderGroupAddresses.[Zip_Code]");
it is not taking the table name as a valid name

Can anybody suggest what to do in this case
Regards,
Ritesh
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com