Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select
Message
 
 
À
30/11/2010 16:06:31
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Re: Select
Versions des environnements
Visual FoxPro:
VFP 9
OS:
Windows XP
Network:
Windows XP
Database:
Visual FoxPro
Divers
Thread ID:
01491165
Message ID:
01491193
Vues:
39
>thank you,
>i have no idea for that
>>I see. In this case I suggest to forget about doing it using select and use procedural code to generate needed number of entries.
>>
>>>sorry for that, but still
>>>File "name" is too large (Error 1190)
>>>>You're missing FROM , e.g.
>>>>
>>>>select Numbers.Number, X.* from Numbers ;
>>>>INNER JOIN (...) X ;
>>>>ON ...
>>>>
SELECT  TAlias1.no,TAlias1.column3,TAlias1.sum1,TAlias1.total,TAlias2.ncount;
              FROM a1 TAlias1, mas TAlias2 ;
       WHERE  TAlias1.column3= TAlias2.column3 
        INTO cursor TAliascursor1 nofilter

select * from tAliasCursor1 where 1= 0 into curFinalResult readwrite

select tAliasCursor1
scan
 scatter memvar
  for i=1 to nCount
     insert into curFinalResult from memvar
  next
endscan

select curFinalResult
browse
If it's not broken, fix it until it is.


My Blog
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform