H
hkunfcn
Unregistered / Unconfirmed
GUEST, unregistred user!
源代码:
begin
s:='select * from jklbl where 姓名=:="'+edname.text+'"' ;
with adoquery1do
begin
close;
sql.Clear ;
sql.Add(s);
open;
end;
错误提示如下:
---------------------------
Debugger Exception Notification
---------------------------
Project jkly.exe raised exception class EDatabaseError with message 'Missing Connection or ConnectionString'. Process stopped. Use Step or Run to continue.
---------------------------
OK Help
---------------------------
begin
s:='select * from jklbl where 姓名=:="'+edname.text+'"' ;
with adoquery1do
begin
close;
sql.Clear ;
sql.Add(s);
open;
end;
错误提示如下:
---------------------------
Debugger Exception Notification
---------------------------
Project jkly.exe raised exception class EDatabaseError with message 'Missing Connection or ConnectionString'. Process stopped. Use Step or Run to continue.
---------------------------
OK Help
---------------------------