a***n 发帖数: 1616 | | D****N 发帖数: 430 | 2 用binary.. :)
【在 a***n 的大作中提到】 : 用什么呢?用VARCHAR好象不行吧。。。
| n********a 发帖数: 68 | 3 BLOB
【在 a***n 的大作中提到】 : 用什么呢?用VARCHAR好象不行吧。。。
| a***n 发帖数: 1616 | 4 RAW Binary data up to 255 bytes
太少了吧。能上个MB不:)
LONG RAW Binary data up to 2 gigabytes. (See the following note.)
赫赫。
【在 D****N 的大作中提到】 : 用binary.. :)
| a***n 发帖数: 1616 | 5 thanks!
The LONG RAW data type is often called a binary large object (BLOB)
in other database management systems. It is typically used to store graphics,
sound, or video data. Although relational database management systems were not
originally designed to serve this type of data, many multimedia systems today
store their data in LONG RAW, or BLOB, fields.
【 在 neurospora (waterjug) 的大作中提到: 】 | n********a 发帖数: 68 | 6 If you are using Oracle8i up, be sure to use BLOB.
LONG RAW is not as good a solution as BLOB.
graphics,
not
today
【在 a***n 的大作中提到】 : thanks! : The LONG RAW data type is often called a binary large object (BLOB) : in other database management systems. It is typically used to store graphics, : sound, or video data. Although relational database management systems were not : originally designed to serve this type of data, many multimedia systems today : store their data in LONG RAW, or BLOB, fields. : 【 在 neurospora (waterjug) 的大作中提到: 】
|
|