olecn = "Provider=sqloledb;Data Source=192.9.91.109;Initial Catalog=symbol;User Id=sa;Password=";
string sql = "select * from users where username='10977' and password='999999'";
Dao.rda.Pull("users", sql, Dao.olecn);
不太明白什么意思。
你用 catch(Exception e) 捕捉一下,看看到底是什么异常