还是写入数据库的非法字符的问题~~
SqlCommand hlj_command=new SqlCommand("insert into USERlog(UL_Log) values('"+hlj_tb_log.Text+"')",hlj_conn);
我在id=hlj_tb_log的TextBox里面输入 ' 的时候,写入要出错,
之前没学到家,以为可以'"+@hlj_tb_log.Text+"'解决问题,可是不行,
应该怎么写啊??
难道先
string hlj_str=hlj_tb_log.Text;
再
'"+@hlj_str+"'
??
[此贴子已经被作者于2006-4-26 21:19:00编辑过]