<title><%=aReader["SubList"]%></title>,怎么说"名称“aReader”在类或命名空间“ASP.SubSelect_aspx”中不存在呢?
OleDbConnection aConnection = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=E:\\HotlineInteractive\\DateBase\\BoloDb.mdb");
OleDbCommand aCommand = new OleDbCommand("select distinct SubList from MTVList where AllList="+"'"+AllSelect+"'", aConnection);
aConnection.Open();
OleDbDataReader aReader = aCommand.ExecuteReader();
难道不能这么用吗?
问题点数:20、回复次数:1Top
1 楼513(513)回复于 2003-11-02 14:47:25 得分 20
你地问题和标题不一致呀Top




