Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
SQL Statement Error
Message
 
 
À
08/08/2007 16:49:28
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 8 SP1
Divers
Thread ID:
01246901
Message ID:
01246902
Vues:
14
This message has been marked as the solution to the initial question of the thread.
Hi Jay,

See http://www.berezniker.com/display/VFP/Queries+and+Filtered+Cursors

>Getting an error: 'CRSSCHEDULE' must be created with SELECT...INTO TABLE
>
>
>SELECT ;
>	crsSchedule.S_RefProv AS ProvID, ;
>	crsSchedule.S_RefName AS ProvName, ;
>	crsSchedule.S_Pat_Num AS ContactID,
>	crsSchedule.S_Pat_Name AS SchedName, ;
>	crsSchedule.S_Phone AS SchedPhone, ;
>	crsSchedule.S_Date AS SchedDate, ;
>	ALLTRIM(STR(crsSchedule.S_hh)) + ':' + ALLTRIM(STR(crsSchedule.S_mm)) AS SchedTime, ;
>	crsSchedule.S_Off AS LocCode ;
>	FROM crsSchedule ;
>	INTO CURSOR crsApptBox
>
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform