标题:oracle存储过程转换为sqlserver
只看楼主
rainbowiris
Rank: 1
来 自:湖南
等 级:新手上路
帖 子:8
专家分:0
注 册:2008-6-12
 问题点数:0 回复次数:0 
oracle存储过程转换为sqlserver
oracle包头信息如下:  
type rec_co_hc_no  is record (type          temp_inspection_data.type_list%type,
                                co            number(15,2),
                                hc            number(15,2),
                                no            number(15,2),
                                total_times  number(15),
                                total_vehicle number(15));
                                    
  type tbl_co_hc_no  is table of rec_co_hc_no;

包体信息如下;
procedure stat_gear_box_asm(v_start_date  in date,            
                              v_end_date    in date,            
                              v_time_stamp  in varchar2) is
    arr_co_hc_no            tbl_co_hc_no;    arr_onetimepassed        tbl_total;
    arr_passed              tbl_total;
  begin 
  .......
现在需将数据平台由oracle 10g转换为sql server 2005
请问这个存储过程我该怎么处理,
搜索更多相关主题的帖子: oracle sqlserver 
2008-07-08 16:19



参与讨论请移步原网站贴子:https://bbs.bccn.net/thread-223108-1-1.html




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

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