why must use ResultSet->getString("theColumnName").c_str();
when use like cout<<rs->getString(),it occurs interruption.
why can't output the SQLString directly?
when use like cout<<rs->getString(),it occurs interruption.
why can't output the SQLString directly?