![]() |
#2
bygg2007-03-20 21:36
|
数据库连接正确
oledbconnection conn=new ....
string str="insert into table(id,name)values(1050,xqyy)";
oledbcommand dc=new oledbcommand(str,conn);
conn.open();
dc.executenonquery();
怎么会插入数据失败