Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
SQL Statement Error
Message
 
 
To
08/08/2007 16:49:28
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 8 SP1
Miscellaneous
Thread ID:
01246901
Message ID:
01246902
Views:
13
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--
Previous
Reply
Map
View

Click here to load this message in the networking platform