Home > Net >  Why this code can only output a database data
Why this code can only output a database data

Time:07-15

The  OleDbCommand mycommand=new OleDbCommand (" select * from the List ", conn);OleDbDataAdapter da=new OleDbDataAdapter (mycommand);The DataSet ds=new DataSet ();Da. The Fill (ds);ArrayList pro_list=new ArrayList ();Cols colsObj=new Cols ();for (int i=0; I  

  •  Tags:  
  • Related