Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Output from VFPXTAB ending up in my DBC
Message
De
06/09/2001 11:11:54
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Output from VFPXTAB ending up in my DBC
Divers
Thread ID:
00553151
Message ID:
00553151
Vues:
50
I am passing the ouput of a select statement to the VFPXTAB routine.

The routine worked fine when I did my select into a cursor but now I have changed my select to output to a table I find that the table generated by VFPXTAB gets added to my DBC, which is not desired.

eg
 SELECT {my select statement} INTO CURSOR (SYS(2015))

 DO VFPXTAB WITH 'Evaluate'
the above works fine and generates the result set in a cursor called EVALUATE

however
 SELECT {my select statement} INTO TABLE (SYS(2015))

 DO VFPXTAB WITH 'Evaluate'
adds the table output into my DBC :(


All help gratefully received.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform