|
|
|
CLOB (Oracle)
|
|||
|---|---|---|---|
|
#18+
Подскажиете, плиз, как в Power Builder в поле CLOB (Oracle)вставить текстовый файл? ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 19.09.2005, 16:05 |
|
||
|
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. ... |
|||
|
:
Нравится:
Не нравится:
|
|||
| 19.09.2005, 16:25 |
|
||
|
|

start [/forum/topic.php?fid=15&msg=33277144&tid=1338130]: |
0ms |
get settings: |
6ms |
get forum list: |
9ms |
check forum access: |
2ms |
check topic access: |
2ms |
track hit: |
61ms |
get topic data: |
8ms |
get forum data: |
2ms |
get page messages: |
44ms |
get tp. blocked users: |
1ms |
| others: | 241ms |
| total: | 376ms |

| 0 / 0 |
