Sep 6, 2011 at 6:04 AM
Edited Sep 9, 2011 at 9:10 AM
|
Query takes too much time.
and I want to reduct query time so I add query select option, but I got the following order when I add query select option:
[query select:@"Name"];
status code : HTTP error 400
Data = <?xml version="1.0" encoding="utf-8" standalone="yes"?>
<error xmlns="http://schemas.microsoft.com/ado/2007/08/dataservices/metadata">
<code></code>
<message xml:lang="en-US">Request version '1.0' is not supported for the request payload. The only supported version is '2.0'.</message>
</error>
Is there another way to reduce query time? Please help.
|