vc++2010中如何把数据库中字符串写到本地文件中?pRst->Open("SELECT value FROM information",_variant_t((IDispatch*)pConn),adOpenStatic,adLockOptimistic,adCmdText);把value(xml格式的string)的值写到文件中代码?
读取出字符串,然后写入txt文件参考:https://zhidao.baidu.com/question/587914634.html