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

Click here to load this message in the networking platform