|
Загрузка image в APEX?
|
|||
---|---|---|---|
#18+
Есть проблема с загрузкой изображения Если Report создан на основе простого SQL-query select decode(link_flag ,1,'<img src="#WORKSPACE_IMAGES#stop.jpg" />',0,'<img src="#WORKSPACE_IMAGES#refresh.jpg" />') "статус" from TABLE1 то все в порядке. Если через PL/SQL function возвращающую SQL-query declare q varchar2(1000); begin q:='select decode(link_flag ,1,'<img src="#WORKSPACE_IMAGES#stop.jpg" />',0,'<img src="#WORKSPACE_IMAGES#refresh.jpg" />') "статус" from inventory_holdings'; return q; end; то выдается ошибка: Error ERR-1101 Unable to process function body returning query. ORA-06550: line 7, column 42: PLS-00114: identifier 'wwv_flow_file_mgr.get_file?p_s' too long ORA-06550: line 7, column 38: PLS-00103: Encountered the symbol "SRC" when expecting one of the following: . ( * @ % & - + ; / at mod remainder rem <показатель (**)> and or || multiset The symbol "(" was substituted for "SRC" to continue. ORA-06550: line 7, column 126: PLS-00103: Encountered the symbol ">" when expecting one of the following: ( - + case mod new null <идентификатор> <идентификатор с Как решить эту проблему? Так как мне нужно строить Report именно через PL/SQL функцию. ... |
|||
:
Нравится:
Не нравится:
|
|||
28.10.2008, 16:45 |
|
|
start [/forum/topic.php?fid=50&fpage=97&tid=1877619]: |
0ms |
get settings: |
8ms |
get forum list: |
13ms |
check forum access: |
6ms |
check topic access: |
6ms |
track hit: |
44ms |
get topic data: |
9ms |
get forum data: |
2ms |
get page messages: |
34ms |
get tp. blocked users: |
2ms |
others: | 12ms |
total: | 136ms |
0 / 0 |