I'm trying to bind an input/output string parameter for a stored procedure. I'm running against a Microsoft SQL database.
Here's the code I'm using to bind my parameter:
// accountName is a std::string& passed in.
char accountNameBuffer[128];
strncpy(accountNameBuffer...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.