|
|
#2
无名游客2006-10-24 08:59
|
adoLogin.Close;
adologin.SQL.Clear;
adologin.SQL.Add('select * from user where username = '+quotedstr('edname.Text')+' and userpass='+QuotedStr('edpass.Text')+'');
adologin.Open;
当点击时,报FROM子语句有错误。
为什么???