摘要:
先看一段代码片断: string sql1="select * from table1 where id='@id'"; //1string sql2="select * from table1 where id='?'"; //2 OleDbCommnad oleComm=new OleDbCommand(sql1,connect);//connect为or... 阅读全文
posted @ 2006-01-12 16:03
黑风
阅读(3919)
评论(5)
推荐(0)
浙公网安备 33010602011771号