VB.net的登入数据入库的问题
vb.net吧
全部回复
仅看楼主
level 3
郁梨风 楼主
TextBox2.Text = ""
TextBox2.Focus()
Form3.Show()
Dim zengjia As String
zengjia = "insert into 表3(userid,userName,balance) select userid,username,balance from 表2 where userid='" & (TextBox1.Text) & "'"
我只能写到这里了sql语句是
正确的
。不知道还少了些什么,请各位大神指教。
2014年11月30日 09点11分 1
level 12
SQL没有问题,或者你用SQL select userid,username,balance from 表2 where userid='" & (TextBox1.Text) & "'" 这个看看有没有查询出数据来。
2014年12月01日 12点12分 2
我的问题解决了谢谢您
2014年12月01日 14点12分
1