public class WebForm1 : System.Web.UI.Page
{


   
private void Page_Load(object sender, System.EventArgs e)
{
System.Data.OleDb.OleDbConnection cn1=new OleDbConnection();
//System.Data.OleDb.OleDbConnection cn1 为什么这么写不行,而放在事件外边就可这么些?     cn1.ConnectionString="Provider=MSDAORA.1;Password=lyx;User ID=jhtj;Data Source=sjbdb";
       cn1.Open();




}