i.e array is having 100*125 bits of data for each aircraft+8 ascii messages each of 12 characters
what compression technique should i apply to such data
NSMutableDictionary * params = [[NSMutableDictionary alloc] init];
[params setValue:@"100000********" forKey:@"uid"];
[params setValue:@"1500" forKey:@"limit"];
[params setValue:@"results" forKey:@"callback"];
when im using this coding im getting my friend status...
but when im using a dynamic value like this :
[params setValue:[NSString stringWithFormat:@"%@", a] forKey:@"uid"];
im getting this error
The operation couldn’t be completed. (facebookErrDomain error 10000.)
looking forward for your help guys....
According to MSDN, an azure service can conatins any number of worker roles. According to my knowledge a worker role can be recycled at any time by Windows Azure Fabric. If it is the true, then:
Worker role should be state less OR
Worker role should persist its state to Windows Azure storage services.
But i want to make a service which conatains client data and do not want to use Azure storage service. How I can accomplish this?
ok. i have searched the internet and tried many things but nothing seems to work for me.. i am now getting upset of this datatables.
I found 1 way which some ppl on net says works for them and it is giving me strange problem.
if you see the image, when i use the function fnGetPosition, it just cross out.. i don't know why other users over net have no issue on it..
All i am trying to get is FormID, if there is any other way please help me get the ID.