![]() |
#2
路過2007-05-31 12:46
|
各位大侠,我用PB连上Oracle数据库后怎么写SQL语句啊
string name,password
select username,userpwd into :name,:password from user_admin
where username=:sle_username.text and userpwd=:sle_pwd.text;
这样没有查询结果
应该怎么写啊