Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Data Bases > Xbase Fox > GOTCHA: VFP 9 S...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 1 of 3 Topic 791 of 855
Post > Topic >>

GOTCHA: VFP 9 SP 1 (Build 3504): Development System / Runtime Inconsistency

by Gene Wirchenko <genew@[EMAIL PROTECTED] > Aug 5, 2007 at 12:30 AM

My boss just re****ted a problem in an archiving program that is
not used very often.  It ran fine on my system.

     When I looked at the error, I was surprised that the same error
was not occurring on my system.  The error was that the GROUP BY
clause of an SELECT was not valid.

     Yes, my code was not quite correct by version 9 standards.  When
I ran it on the development version, no error was thrown.

     When I compiled an iteration and ran it under the runtime, the
error was thrown.

     I suppose that it is possible that there is something left over
from when I had the supposed SP 2 installed.

     Can someone confirm a difference in SP 1 on a clean system
(nothing later than VFP 9 SP 1 ever installed) between the development
and runtime systems regarding bad GROUP BY clauses?  By bad, I mean
that there are non-aggregate column values that are not in the clause,
something like:
          select one, two, sum(three), four from thetable;
          group by one, two     && but not four

Sincerely,

Gene Wirchenko

Computerese Irregular Verb Conjugation:
     I have preferences.
     You have biases.
     He/She has prejudices.
 




 3 Posts in Topic:
GOTCHA: VFP 9 SP 1 (Build 3504): Development System / Runtime In
Gene Wirchenko <genew@  2007-08-05 00:30:32 
Re: GOTCHA: VFP 9 SP 1 (Build 3504): Development System / Runtim
"Robert" <he  2007-08-05 11:40:07 
Re: GOTCHA: VFP 9 SP 1 (Build 3504): Development System / Runtim
Gene Wirchenko <genew@  2007-08-05 10:01:35 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan13V112 Thu Jul 24 1:12:14 CDT 2008.