T
tanbo234567
Unregistered / Unconfirmed
GUEST, unregistred user!
query1.SQL.Add('select * from 用户表 where 用户名='''+edit1.text+'''');
query1.ExecSQL;
if query1.recordcount<>0
then showmessage('用户名已经存在!')
请问这样应该怎样改?
query1.ExecSQL;
if query1.recordcount<>0
then showmessage('用户名已经存在!')
请问这样应该怎样改?