OTLv4 c++ how to get a response from request - c++

I use otlv4.h, working with MS SQL and C++. The problem I have faced is I can't get the answer from a query that I sent for execution.
Can anybody help me?

I found the answer, it was not difficult
enter image description here

Related

What is the difference of concurrency::streams with std::Xstreams?

I'm new to c++, I'm learning with the book "C++ Primer"(I am at page 710) but I'm trying to learn too how to use streams from cpprestsdk.
How can I use Concurrency::streams::async_istream and
Concurrency::streams::async_ostream to take a string from the console and output that stream to console?
I have googled a lot without luck. no one use cpprestsdk today for http request and Json?
The only web who gives Info is CppRestSdk Documentation and there isn't any example about anything, and [http://msdn.microsoft.com] who gives just 3 poor examples of streams, Json and http_requests.
If I'm very lost, please help me to improve my way to learn http_requests and Json in c++ giving me advices.
Thank you!

Find my own latest check ins using FQL and javascript sdk

My question is how do I my own latest check ins from face book. Well I am open to graph api or fql. I already know how to find my friends but I can't find my own.
me/friends?fields=checkins.limit(1) this gives me my friends but when I tried me?fields=checkins.limit(1) , I dont get any data back , though I have checked in to various places.
Any help is greatly appreciated.
Jossie.
try this : me?fields=posts.fields(place)
Publishing a Checkin object is deprecated in favor of creating a Post with a location attached.
me?fields=posts.with(location).fields(place) , yeah this was the exact answer I was looking for, I got this as I was playing with explorer tool of facebook.
Cheers and happy coding.
Jossie

could anyone give me help on ground-truth data

I recently came to a term in one of my email communicatons with my supervisor.Since I am beinging doing a data-mining project on facebook user profile,and he said I should being collecting groud-truth data.
I am very new to this term and I searched online for it,but found very few results about it in data-mining sense.
Could anyone give me an example of what this groud-truth data is in a data-mining task pleae?
Thank you very much.
Ground-truth is data annotated (generally by human) known to be sure at 100%.
It's used to train algorithm since it's what you expect the algorithm to give you.

Please post any example for threading in MFC?

guys please post me an example for threading in MFC....it should show the progress and at the same time it should display the text,,if u anyone know some examples, please post me...
The Code Project is usually a good site to check for code examples. This example project may help.
On MSDN are these two examples about multithreading with MFC:
http://msdn.microsoft.com/en-us/library/3kk6acaf%28VS.80%29.aspx
http://msdn.microsoft.com/en-us/library/s3wsyb55%28VS.80%29.aspx
On both pages are links to download the sample source code.

mtom serving word doc

has anyone been able to serve a word doc using metro (webservices) as a mtom stream? Does anyone have example, or know where there is example code please for client and server?
The Large Attachments and Binary Attachments (MTOM) examples might help.
Dont know why folks at sun write half-baked stuff !
tried giving a simple sample code. Hope this helps
JAX-WS MTOM Sample Code