Board index » delphi » Possible SQL Select glitch!!!
Bernard Hamaoui
![]() Delphi Developer |
Sat, 06 Feb 1999 03:00:00 GMT
Possible SQL Select glitch!!!Hello All... I have encountered a funny situation in the select statement with Select MyFirstField, Sum(MySecondField) On such a statement, the engine returns "capability not supported" On the other hand, if I add the criteria "1=1 and" at the begining I know that the same problem occurs with BDE32 but instead of returning Does anyone know if it's a problem or the syntax I use to build my Any information would be appreciated... Thanks in advance Bernard |