- 博客(4)
- 资源 (5)
- 收藏
- 关注
原创 JCO通过Load balance的方式连接
mConnection = JCO.createClient("666", //SAP client "user", //userid "password", //password "zh", //language "172.18.95.106", //ms host "P01", "PUBLIC");
2007-11-09 16:07:00 649
原创 ABAP最简单的串表查询
select a~authlname a~authlnam a~authfname a~authfnam a~isbn b~title from ( bsauthors as a inner join bsbook as b on a~isbn = b~isbn ) into corresponding fields of table books where a~authlname like
2007-11-09 15:36:00 613
原创 BSP中Cookie应用
BSP的cookie存放在SAP服务器端的内存中,应用关闭,Server端的Cookie就销毁,不同于一般WEB应用中的cookie。GET cookiedata: sorders type sales_orders,edate type d,etime type t,usr type string.clear sorders.call method cl_bsp_server_s
2007-11-09 14:47:00 731 1
原创 Oracle解锁
select t2.username,t2.sid,t2.serial#,t2.logon_time from v$locked_object t1,v$session t2 where t1.session_id=t2.sid order by t2.logon_time;--查看锁--alter system kill session sid,serial#;--把锁给KILL掉a
2007-11-09 14:26:00 762
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人