|
|
|
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=33277082&tid=1338130]: |
0ms |
get settings: |
5ms |
get forum list: |
14ms |
check forum access: |
2ms |
check topic access: |
2ms |
track hit: |
53ms |
get topic data: |
6ms |
get forum data: |
1ms |
get page messages: |
21ms |
get tp. blocked users: |
1ms |
| others: | 201ms |
| total: | 306ms |

| 0 / 0 |
