MySQL Forums
Forum List  »  Connector/C++

Re: getBlob VC++ compile error
Posted by: Michael Leitch
Date: July 10, 2011 11:55PM

In case anyone would want an answer to this, I figured out my problems. Several lines in the code need changing to:


...
std::istream *blobIn;
blobIn = res->getBlob("MY_TABLE_BLOB");
...

while (blobIn->getline(s,...)))
...

Options: ReplyQuote


Subject
Views
Written By
Posted
5123
July 08, 2011 12:55PM
Re: getBlob VC++ compile error
1802
July 10, 2011 11:55PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.