Click here to Skip to main content
15,896,362 members

Comments by joti parkash (Top 8 by date)

joti parkash 9-May-13 5:06am View    
I am below code please help me where I will use the nexttoken

public static void GetItemByQuery(AmazonSimpleDB simpleDBClient)
{






SelectResponse response = simpleDBClient.Select(new SelectRequest() {
SelectExpression = "Select * from " + TableName
});
String res = TableName + " has: ";
Console.Out.WriteLine(res);

foreach (Item item in response.SelectResult.Item)
{
res = item.Name + ": ";
foreach (Amazon.SimpleDB.Model.Attribute attribute in item.Attribute)
{
res += "{" + attribute.Name + ", " + attribute.Value + "}, ";
}
res = res.Remove(res.Length - 2);
Console.Out.WriteLine(res);
}


}
joti parkash 5-Jun-12 6:32am View    
Thanks reply me but i am not satisfied with answer suppose admin will change the price when user on paypal.Then what will happen
joti parkash 24-Feb-12 7:19am View    
can you explain the confliction in datatable
thanks you
joti parkash 20-Feb-12 7:06am View    
hello friends
i am allready using datatable for that
this solution is running for some system but some system have a problems
joti parkash 12-Jan-12 23:09pm View    
thanks