The Database client slow control interface


                                                                                              

SlcPutDescTable

 int SlcPutDescTable(slct,  desc, title) 
  
 SlcTable      *slct; 
 char          *desc;
 char          *title;    

Description

This function Books a description Table in the database and 
appends the argument desc to the identifier field of the table.
 


  slct:       The SlcTable object as returned by SlcBookTable
 
  desc:       The description to be appended to the
              first field (corresponds to the identifiers). 


  title:       Argument title of BookTable. 
          

Return Value

         Returns the description table id of the database

Note

         If needed the database will be opened.

         This call must be followed by the corresponding 
         PutTableFields and StoreTable.
   
  



return button to first pagegoes to previous pagenext page button