|
-
Shape Recordsets
I'm having problems getting a Shape Recordset to populate. Anyone have an
idea as to what the problem is with the following?
SHAPE {SELECT DISTINCT
div_id,
div_descr AS DIVISION
FROM AEO_CLS_DEP_DIV},
((SHAPE APPEND {SELECT DISTINCT
div_id,
dep_id,
dep_descr
FROM AEO_CLS_DEP_DIV},
((SHAPE APPEND {SELECT DISTINCT
dep_id,
cls_id,
cls_descr
FROM AEO_CLS_DEP_DIV})
RELATE dep_id TO dep_id) AS CLS)
RELATE div_id TO div_id) AS DEP
The error is occuring around position 75 "AEO_CLS_DEP_DIV}, ((SHAPE APPEND".
At its first occurance.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks