v5:reference:connection:updateblobfile
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| v5:reference:connection:updateblobfile [2016/01/17 02:28] – ↷ Page moved from v5:reference:updateblobfile to v5:reference:connection:updateblobfile mnewnham | v5:reference:connection:updateblobfile [2026/03/20 01:47] (current) – mnewnham | ||
|---|---|---|---|
| Line 17: | Line 17: | ||
| ===== Description ===== | ===== Description ===== | ||
| - | The function '' | + | The function '' |
| <WRAP tip 300px> | <WRAP tip 300px> | ||
| The physical file must be resident on the server from which the script is run, not the workstation. | The physical file must be resident on the server from which the script is run, not the workstation. | ||
| </ | </ | ||
| + | ===== $table ===== | ||
| + | The table where the LOB is to be stored | ||
| + | ===== $column ===== | ||
| + | The column where the LOB is to be stored. The column should be of an appropriate type to store the data format required (see below) | ||
| + | |||
| ===== $where===== | ===== $where===== | ||
| - | The where statement | + | The $where statement |
| ===== $type ===== | ===== $type ===== | ||
| The only acceptable values for $type are '' | The only acceptable values for $type are '' | ||
| Line 37: | Line 42: | ||
| $db-> | $db-> | ||
| </ | </ | ||
| + | ===== Column Support For BLOB and CLOB ===== | ||
| + | ^Database^ CLOB ^ BLOB ^ | ||
| + | ^MetaType| X | B | | ||
| + | ^MySQL| LONGTEXT| LONGBLOB | | ||
| + | ^IBM DB2 | CLOB | BLOB(100M) | | ||
| + | ^Oracle | CLOB | BLOB | | ||
| + | ^SQL Server| TEXT | VARBINARY(MAX) | | ||
| + | ^PostgreSQL | TEXT | BYTEA | | ||
| + | ^SQLite | TEXT | BLOB | | ||
| + | |||
v5/reference/connection/updateblobfile.1452994114.txt.gz · Last modified: (external edit)
