[求助]急……SQL语句错那里了???
adoLogin.Close;adologin.SQL.Clear;
adologin.SQL.Add('select * from user where username = '+quotedstr('edname.Text')+' and userpass='+QuotedStr('edpass.Text')+'');
adologin.Open;
当点击时,报FROM子语句有错误。
为什么???
2006-10-19 13:51
2006-10-24 08:59
2006-10-25 10:41