MySQL Forums
Forum List  »  Connector/C++

Re: Declaring user variable into database using mysql connector c++
Posted by: Peter Brawley
Date: January 30, 2017 11:53AM

> create an user variable from c++ code using the Connector/C++!??

User vars exist in MySQL threads, so execute a query that sets it eg "set @myvar=0".

Options: ReplyQuote




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.