| Bug #95336 | Connector C++8.0 | ||
|---|---|---|---|
| Submitted: | 11 May 2019 9:28 | Modified: | 11 May 2019 19:17 |
| Reporter: | qixiang xiao | Email Updates: | |
| Status: | Not a Bug | Impact on me: | |
| Category: | Connector / C++ | Severity: | S3 (Non-critical) |
| Version: | 8.0 | OS: | Windows (Intel) |
| Assigned to: | CPU Architecture: | x86 | |
| Tags: | ResultSet ablout JDBC | ||
[11 May 2019 19:17]
MySQL Verification Team
We're sorry, but the bug system is not the appropriate forum for asking help on using MySQL products. Your problem is not the result of a bug. Support on using our products is available both free in our forums at http://forums.mysql.com/ and for a reasonable fee direct from our skilled support engineers at http://www.mysql.com/support/ Thank you for your interest in MySQL.

Description: When I use ResultSet to show the table in database, Only can I use getString("colnumnName").c_str() to ouput the string. If I use like this "cout<<getString("colnumnName") directly, the programm would exit because of memory conflict. How to solve this problem,thanks a lot. How to repeat: Thanks a lot