Blobs in InterBase 6.0

admin

Administrator
Staff member
For example I have a table:

CREATE TABLE DATA_TABLE
(
ID INTEGER NOT NULL,
DATA BLOB SUB_TYPE TEXT SEGMENT SIZE 80
)

How can I read text data from such table in PHP 4.0. & how can I insert or update this data?
 
Back
Top