一个怪问题
不知道这个问题大家遇到过没有?网上搜了一下,试试了那些方法没有管用.
大家帮忙看看.
运行项目提示:
IErrorInfo.GetDescription 因 E_FAIL(0x80004005) 而失败。
使用到SQL语句的是:OleDbCommand cmd = new OleDbCommand("select top 9 id, ('.'+substring(title,0,12)+'...') as title from news where classid=1", con);
错误的提示指在这句上:OleDbDataReader sdr = cmd.ExecuteReader();
(说明:使用的是ACCESS数据库.上面SQL语句没有问题,截取了一下字符串.)