----- Original Message ----- 
Sent: Tuesday, April 25, 2000 11:28 AM
Subject: Help regarding Blob
hello,
 
In the interbase tutorial they didn't 
mention about inserting blob
only making a column of blob but as what i've noticed in their isql Script named 
"inserts.sql" they just commented it.... like the sample 
below
 
INSERT INTO project (proj_id, proj_name, team_leader, product) 
VALUES
('VBASE', 'Video Database', 45, 'software');
 
        /* proj_desc 
blob:
                  
Design a video data base management system 
for
                  
controlling on-demand video 
distribution.
        */
 
but in their example of the 
database....  named employee.gdb the column in the table project was 
filled/occupied
 
PROJ_ID 
PROJ_NAME                    
PROJ_DESC TEAM_LEADER PRODUCT      
======= 
==================== ================= =========== ============ 
 
VBASE   Video 
Database                    
85:6          45 
software     
==============================================================================
PROJ_DESC:  
Design a video data base management system for
controlling on-demand 
video distribution.
 
once again can anyone help us here.... we 
are trying for a couple of weeks now...
 
kent