Ted Roche wrote: > On 2/13/07, Ed Leafe <[EMAIL PROTECTED]> wrote: >> On Feb 13, 2007, at 9:01 AM, Uwe Grauer wrote: >> >>> What about python keywords? >>> Should they be listed too? >> No, since they are nothing unique to Dabo. >> >> -- Ed Leafe >> -- http://leafe.com >> -- http://dabodev.com >> > > Will using a python keyword as a fieldname cause dabo to fail? If so, > then the page ought to be included by reference. >
I once used "id" as fieldname. This failed in dabo. But if i recall correctly, Ed fixed the issue. > http://docs.python.org/ref/keywords.html > > MySQL gets upset if I try to create fields named AND or AS, anyway. > They also caution against it, although they do allow you to > quote-escape field names that you shouldn't use in the first place: > > http://dev.mysql.com/doc/refman/4.1/en/reserved-words.html > > I recall porting a Fox 2 DBF to VFP (Mere Mortals) and finding that > fields named GROUP and DESC made the view designer very, very unhappy. > AND, AS, GROUP and DESC are sql keywords. Uwe _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
