Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2000 Forums
 SQL Server Development (2000)
 SHAPE ?

Author  Topic 

AskSQLTeam
Ask SQLTeam Question

0 Posts

Posted - 2000-10-29 : 20:21:10
Ale Sfrede writes "
HI !

i have a problem .

what is

The Error Description is:
[Microsoft][ODBC SQL Server Driver]Syntax error or access violation


SQL:


SHAPE
{SELECT NAME,CODE FROM CATEGORY WHERE C_PARENT is NULL} AS Node APPEND
(
{SELECT NAME,C_PARENT,CODE FROM CATEGORY } AS Child RELATE CODE TO C_PARENT) AS NodeChild



Saludos desde
Argentina"
   

- Advertisement -