strSQL2 :='Insert into "dy1.db" (id,income)'
          +' select customer_org.customer_id,0'
          +' from customer_org,pst  '
          +' where  customer_org.pst_id=pst.pst_id' ;
错误提示:Error creating cursor handle