| 网站首页 | 业界新闻 | 小组 | 威客 | 人才 | 下载频道 | 博客 | 代码贴 | 在线编程 | 编程论坛
欢迎加入我们,一同切磋技术
用户名:   
 
密 码:  
共有 1100 人关注过本帖
标题:PB中的Sql语句
只看楼主 加入收藏
create_xc
Rank: 1
等 级:新手上路
帖 子:19
专家分:0
注 册:2007-5-30
收藏
 问题点数:0 回复次数:4 
PB中的Sql语句

各位大侠,我用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;
这样没有查询结果
应该怎么写啊

搜索更多相关主题的帖子: 语句 Sql SQL 数据库 username 
2007-05-31 11:00
路過
Rank: 3Rank: 3
等 级:论坛游侠
威 望:7
帖 子:160
专家分:111
注 册:2006-12-15
收藏
得分:0 

string name,password
select username,userpwd into :name,:password from user_admin
where username=:sle_username.text and userpwd=:sle_pwd.text;
是把 username,userpwd  插入到 name,password
用messagebox('name',name)
messagebox(password ,password )show一下,
看有沒有數據。有的話說明有查出數據。


2007-05-31 12:46
create_xc
Rank: 1
等 级:新手上路
帖 子:19
专家分:0
注 册:2007-5-30
收藏
得分:0 

没有数据的,我也是这样输出一下的但是没有

2007-05-31 16:45
fyh
Rank: 1
等 级:新手上路
威 望:1
帖 子:52
专家分:0
注 册:2006-4-5
收藏
得分:0 
string name,password
string ls_user,ls_pwd
ls_user=sle_username.text
ls_pwd=sle_pwd.text
select username,userpwd into :name,:password from user_admin
where username=:ls_user and userpwd=:ls_pwd;

看`要没`数据````

2007-05-31 22:28
hyw4065
Rank: 1
等 级:新手上路
帖 子:33
专家分:0
注 册:2007-5-16
收藏
得分:0 

同意上述的,select username,userpwd into :name,:password from user_admin
where username=:ls_user and userpwd=:ls_pwd;


在学习中工作,在工作中学习,无论工作学习都会快乐积极的面队!
2007-06-01 11:27
快速回复:PB中的Sql语句
数据加载中...
 
   



关于我们 | 广告合作 | 编程中国 | 清除Cookies | TOP | 手机版

编程中国 版权所有,并保留所有权利。
Powered by Discuz, Processed in 0.022489 second(s), 7 queries.
Copyright©2004-2024, BCCN.NET, All Rights Reserved