连接完成后不要用this.conn.dispose();原因看:
http://blog.joycode.com/ghj/posts/16005.aspx不要在你的类的Finalizer中调用Connection, DataReader或者任何其他托管对象的Close,Dispose方法.