在pb中如何用sql命令语句
如题 直接使用就可以了,但是SELECT要求结果集只能是一条<BR> <P>String user_no<BR>string user_name<BR>select userno,username into :user_no,:user_name from admin;<BR><BR>userno和username是表admin中存储的字段名称<BR>user_no和user_name是在PB里定义的变量<BR><BR>注意:<BR>(1)、PB变量前的:<BR>(2)、SQL语句后面加上;<BR>其他语句类似,不在赘述!<BR></P>页:
[1]
