        _____________587

     ,   ,  -
 ib.

        WISQL  -
      File Connect to Database (   
. 10.12).          
    ,     
 ,       ,     -
 .

    .     -
   SQL Create Table.  SQL    
  WISQL (. 10.12). ,   ib,    
  ,    :

create table pers(

Num smallint Not Null Primary Key,

Dep char(15),

Fam char(20) Not Null,

Nam char (20) Not Null,

Par char(20) Not Null,

Year_b smallint,

Sex char(1),

Charact blob, '"'---

Photo blob

)

 ,      Sex ()    ,
    Paradox,     1 .  Interba-
se   ,       .

 ,      -   
 ,   Query | Execute (  
  . 10.12).     SQL  ,    
     .     -
  ,       
(. 10.14). , ,      ,   -
.          . 
   Details ()    ,    ,
   . 10.14 .        
  :  table  tablet.  ,
     : line I, char 7 ( 1,  7) 
    tablet.     
     .

. 10.14

 WISQL 
 
 ()  

 ()

   ,       -
 Insert Into  SQL. :

Insert Into PERS(Num, Dep, Fam, Nam, Par, Year_b, Sex)

Values(1, "", "", "", "", 1950, "")