[Search for users] [Overall Top Noters] [List of all Conferences] [Download this site]

Conference ilbbak::ibi_focus

Title:FOCUS, from INFORMATION BUILDERS
Moderator:ZAYIUS::BROUILLETTE
Created:Thu Feb 19 1987
Last Modified:Mon May 05 1997
Last Successful Update:Fri Jun 06 1997
Number of topics:615
Total number of notes:1779

194.0. "JOIN. A Point to Remember" by INCH::PEMBERTON () Tue Apr 04 1989 09:26

    
    		Handly Gardening tips to FOCUS users  No. 1.
                --------------------------------------------
    
    Just a little pointer to help all you happy Focus users out there
    in Digi-land.
    
    	DONT Ever Ever Ever use a field name starting with ALL in a
        JOIN statement. Why? Because (Unless you very lucky or have
        a badge number with only 1 digit) you'll get an error message.
    
    The reason is that Focus will use the first three character as the
    ALL command.
    
    	ie
    		file 'A' has a field named 'GREEN_SLIME'
    		file 'B' has a field named 'ALLOW_KEY'
    
    	if you try this : ->
    
    		JOIN GREEN_SLIME IN A TO ALLOW_KEY IN B AS J1
    
    	Focus will read it as : ->
    
    		JOIN GREEN_SLIME IN A TO ALL OW_KEY IN B AS J1
    
    	OW_KEY Doesn't exist, hense error. Q.E.D. 
    
T.RTitleUserPersonal
Name
DateLines
194.1YUCK!!!!!!PICV03::STRONBERGWed Apr 05 1989 09:304
    
                            In a word, YUCK!!!!!

    			Not to mention, nasty......