fiogf49gjkf0d So, assume the col is INVPAID then your SQL would be: 
   
 
 
 UPDATE SECTABLEDEFS SET DATETIMETYPE ='D' WHERE TABLENAME = 'C_MYTABLE' AND FIELDNAME = 'INVPAID' 
 
   
 Then restart the SLXServer (or, if you cannot do this then you can simply add DUMMYFIELD to any table, commit it, then drop it - this refreshes the server). 
    |