
Новые сообщения [новые:0]
Дайджест
Горячие темы
Избранное [новые:0]
Форумы
Пользователи
Статистика
Статистика нагрузки
Мод. лог
Поиск
|
|
19.09.2005, 16:05
|
|||
|---|---|---|---|
|
|||
CLOB (Oracle) |
|||
|
#18+
Подскажиете, плиз, как в Power Builder в поле CLOB (Oracle)вставить текстовый файл? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
|
|
|
19.09.2005, 16:25
|
|||
|---|---|---|---|
CLOB (Oracle) |
|||
|
#18+
Examples for UPDATEBLOB SQL statementThese statements update the blob column emp_pic in the Employee table where emp_num is 100: int fh blob Emp_id_pic fh = FileOpen("c:\emp_100.bmp", StreamMode!) IF fh <> -1 THEN FileRead(fh, emp_id_pic) FileClose(fh) UPDATEBLOB Employee SET emp_pic = :Emp_id_pic WHERE Emp_num = 100 USING Emp_tran ; END IF IF Emptran.SQLNRows > 0 THEN COMMIT USING Emp_tran ; END IF The blob Emp_id_pic requires a colon to indicate it is a host (PowerScript) variable in the UPDATEBLOB statement. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
|
|
|

start [/forum/topic.php?fid=15&mobile=1&tid=1338130]: |
0ms |
get settings: |
4ms |
get forum list: |
10ms |
check forum access: |
2ms |
check topic access: |
2ms |
track hit: |
19ms |
get topic data: |
6ms |
get forum data: |
1ms |
get page messages: |
20ms |
get tp. blocked users: |
1ms |
| others: | 205ms |
| total: | 270ms |

| 0 / 0 |
