> Le 4 déc. 2016 à 00:04, David Adams <[email protected]> a écrit : > > Ignoring the big picture questions and looking just at the table and field > names...watch out for: > > * Explicit table and field references in embedded SQL statements.
Yes, unfortunately (unless using EXCUTE IMMEDIATE *and* exclude local variables BTW) Since v11 I wonder why this is not possible: <http://forums.4d.fr/Post/FR/18728433/1/18728434#18728434> > * Explicit table and field references in 4D tags. They can be uglyButSafe with tokens: <http://doc.4d.com/4Dv15R5/4D/15-R5/Using-tokens-in-formulas.300-2936485.en.html> … [myTableNumber4:4]myFieldNumber3:3 … -- Arnaud de Montard ********************************************************************** 4D Internet Users Group (4D iNUG) FAQ: http://lists.4d.com/faqnug.html Archive: http://lists.4d.com/archives.html Options: http://lists.4d.com/mailman/options/4d_tech Unsub: mailto:[email protected] **********************************************************************

