Server Error in '/erp' Application.
--------------------------------------------------------------------------------The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine. 
Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code. Exception Details: System.InvalidOperationException: The 'Microsoft.Jet.OLEDB.4.0' provider is not registered on the local machine.Source Error: 
Line 34:             OleDbDataAdapter adt = new OleDbDataAdapter("select * from t_JXCAccount where FCode = '" + sFactCode + "'", olecon);
Line 35:             DataSet ds = new DataSet();
Line 36:             adt.Fill(ds);错误在这里
Line 37:             DataRow dr = ds.Tables[0].Rows[0];
Line 38:             string sServer = dr["FServerName"].ToString();