//²éѯÊý¾Ý¿â OleDbDataAdapter adapter = new OleDbDataAdapter("select * from liuyanban.mdb order by name desc", conn); //ÉùÃ÷DataSet¶ÔÏó DataSet ds = new DataSet(); //Ìî³äDataSet adapter.Fill(ds);//Ìáʾ³ö´íµÄµØ·½¡£ ´íÎóÌáʾ£º ÕÒ²»µ½Îļþ 'C:\Program Files\Microsoft Visual Studio 8\Common7\IDE\liuyanban.mdb'¡£ ÎÒµÄÍøÕ¾´æ·Å·¾¶D:\WebSite2 ×¢£ºÎÒ²»ÏëʹÓÃAcessDataSource¿Ø¼þÀ´°ï¶¥Êý¾Ý£¬Ó¦ÍâÕâÑù²»·½±ãѧϰ¡£ °ÑÕâ¸ö·¾¶´òÓ¡³öÀ´£ºServer.MapPath( "~/App_Data/liuyanban.mdb ") ¿´¿´Â·¾¶¶Ô²»£¿
sqlÓï¾ä£º SELECT top 12 Forum.ID,Forum.topic,Reforum.id,Reforum.username,Reforum.posttime,Reforum.postip,Forum.username from Forum INNER JOIN Reforum ON Forum.ID = Reforum.topicid wher ......