One more thing I wanted to add to the use of prefixing a table with "tbl", consider the following
SELECT * ;-)) FROM tblTest And SELECT * FROM fnTest Straight away it is clear that the first select is performed on a table, in the second statement it is clear that a select is performed on a function. What else can a SELECT be performed on? > very controversial (specifying "tbl" as a naming prefix for > tables, for > example). --- You are currently subscribed to cfaussie as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] MXDU2004 + Macromedia DevCon AsiaPac + Sydney, Australia http://www.mxdu.com/ + 24-25 February, 2004
