So, everytime I create a table in FireBird, a new domain is created 
automatically in the database ?  

 This surely could be an explanation of my problem !
 

 I will try to create domains and use those in DDL . 
 

 Is this a correct approach : 
 

 create domain MyIntegerDomain Integer ;

 

 create table myTable (id MyIntegerDomain) ;
 

 ?
 


 

 

 

 

 

 Tiberiu 

Reply via email to