Forum Post: RE: Question - Adding non-database field column to temp table using SDO

  • Thread starter Thread starter Ken McIntosh
  • Start date Start date
Status
Not open for further replies.
K

Ken McIntosh

Guest
Hi Jasdeep, What I found is that you can modify the sdo include file to add the field definitions that you want, then do the same everywhere the fields are listed in the SDO. You cannot, however, ever edit the SDO in the AppBuilder from that point forward, because it assumes that any contained fields are able to be referenced in the database using LIKE syntax. Obviously the additional fields feature is a complete no-op. The alternatives are to use temp-db maintenance or add the field to your original table. I hope this helps. Regards, Ken McIntosh

Continue reading...
 
Status
Not open for further replies.
Back
Top