Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. RWThurman

    Input/Output String Parameter for Stored Procs

    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...

Part and Inventory Search

Back
Top