Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with bringing data into a cursor via SQL
Message
De
17/06/2002 16:59:36
N. Lea
Nic Cross Enterprises
Valencia, Californie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Problem with bringing data into a cursor via SQL
Divers
Thread ID:
00669453
Message ID:
00669453
Vues:
46
Hi! I have a problem. I have a table that is related to another table. Table 1 has 77,000 records and the table 2 has 25,000. I use a SQL statement to bring the corresponding data to a cursor. However, when it does not find the correct conditions, it brings over all the data, but does not show it. Can someone help me? I get a cursor with 77,000 records in it. Yikes!!


SELECT * ;
FROM order_items ;
WHERE inv_no = order_file.inv_no AND prn_order = 8 ;
INTO CURSOR cur_sql_result


Oh yeah, using VF6

Thanks for any help!
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform