Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hi All I am using "Select @@basedir" command to get installation path of mysql.
MYSQL_RES *res;
stt="select @@basedir;"
mysql_query(conn, strp) res = mysql_store_result(conn) ;
How can i get result in CString.