SqlCeDataAdapter sa = new SqlCeDataAdapter("insert into cart_info1 select * from cart_info",conn);
为什么查询结果没有插入到另一个表里呢?
会有哪些原因?