Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
MSData Shape
Message
From
14/09/2005 15:45:00
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
MSData Shape
Environment versions
Visual FoxPro:
VFP 8 SP1
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01049613
Message ID:
01049613
Views:
56
I have three free tempary foxpro tables and I'm trying to use ADO with the MSDataShape provider. But I keep getting the error message "OLE IDispatch exception code 0 from MSDataShape: Data shape command text contains a syntax error at or near position 13 in the command. The text near the error is: "SHAPE (SELECT date FROM tmpf3"..."
SHAPE (SELECT date FROM tmpf3 ORDER BY date) AS a_tmpf3 
   APPEND ((SHAPE {SELECT date, ctrno FROM tmpf2 ORDER BY ctrno} AS a_tmpf2 
   APPEND ({SELECT * FROM tmpf1 ORDER BY order, wono} AS a_tmpf1 
   RELATE "ctrno" TO "ctrno")) AS WorkOrders 
   RELATE "date" TO "date") AS days
Any Help?
Charles

"The code knows no master." - Chuck Mautz
"Everybody is ignorant, only on different subjects." - Will Rogers
Next
Reply
Map
View

Click here to load this message in the networking platform