Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Arrays & SQL
Message
De
13/08/1996 07:23:00
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
Arrays & SQL
Divers
Thread ID:
00005634
Message ID:
00005634
Vues:
94
Hi,

I'm creating a class with a property (array) that holds the result of a query. I always declare my variables before I use them. And I want to SELECT ... INTO ARRAY ... The problem is that I don't know the size of the query.
I can see a workaround for this:

Select ... Into Cursor...
Redim laMyProp[_Tally, 5]
Select ... From Into Array...

I don't like this... Do you?
Alexandre Nobre
Alpha Bytes Computer Corp.

Did you know that there are innocent people dying in East Timor?
It helps if you do...

I suppose you don't need glasses if you're able to read this line

Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform