SELECT  into的问提
 db.Open(CRecordset::dynaset, "SELECT   *   into   [Text;database=E:\\].[new.txt]      from      [Time] "); 
 db.Close();   
 只要运行了这段sql语句虽然能正确导出到txt文件但是同时就会引起程序崩溃,我使用的是access数据库在vc++中用odbc连接   希望有朋友能指点一下。 
------解决方案--------------------select * into [text;database=e:\].new.txt from [time]     
 在access中没有问题。