devxlogo

August 23, 1999

SQL SELECT Clause Order

Question: In what order are the clauses executed when resolving an SQL SELECT statement? Does a DBMS first examine the FROM clause to create an intermediate result, or does it

Change Color of a Table Cell in Netscape

Question: Is there a way to change the background color of certain table cells in Netscape? I know Internet Explorer gives you that capability, but I can’t seem to figure

Meaning of BLOB

Question: What does “BLOB” stand for? What is a BLOB datatype? Answer: BLOB is a binary large object. Binary files hold stuff like pictures and audio files that get stored

Objects in Visual FoxPro

Question: How do you set a Visual FoxPro class or array as the value of a property of another VFP class? It appears that if you add a property to