Skip to content
Loading
import .xls file to mysql database
  • sir, it is showing error at conn.open().
    0
  • Laxmidhar Sahoo
    sir you should use the datatable fromy system
     
    like
     
    System.Data.DataTable dt = ds.Tables[0];
     
    gd1.DataSource = dt;
     
    for the connection plz look that installed ms access 2007
    0