Hi all
i have a MS SQL Customer DB's which includes 3 Relations
(created with the help of the Diagram Wizard in the Enterprise Manager)
The relations are configured as follow:
Field "Pointing" in the table "Kunden" is linked to "ID_point" in the table "Pointings"
Field "Subdomain" in the table "Kunden" is also linked
to "ID_Sub" in the table "Subdomains"
and last but not least
Field "Synonym" in the table "Kunden" is also linked
to "ID_Synonym" in the table "Synonyme"
after that i use the SQL Statement:
-----------------------------------------------------------
"SELECT * FROM [Kunden] INNER JOIN [Pointings].[ID_point] WHERE [ID]=" & tkey
----------------------------------------------------------
and if i open the Page in the browser the following error
occurs:
------------------------------------------------------------
Microsoft OLE DB Provider for SQL Server- Fehler '80040e14'
Wrong Syntax near of Where Keyword
/Kundenview.asp, line 88
------------------------------------------------------------
can somebody help me please?
thank you
E.Altherr
i have a MS SQL Customer DB's which includes 3 Relations
(created with the help of the Diagram Wizard in the Enterprise Manager)
The relations are configured as follow:
Field "Pointing" in the table "Kunden" is linked to "ID_point" in the table "Pointings"
Field "Subdomain" in the table "Kunden" is also linked
to "ID_Sub" in the table "Subdomains"
and last but not least
Field "Synonym" in the table "Kunden" is also linked
to "ID_Synonym" in the table "Synonyme"
after that i use the SQL Statement:
-----------------------------------------------------------
"SELECT * FROM [Kunden] INNER JOIN [Pointings].[ID_point] WHERE [ID]=" & tkey
----------------------------------------------------------
and if i open the Page in the browser the following error
occurs:
------------------------------------------------------------
Microsoft OLE DB Provider for SQL Server- Fehler '80040e14'
Wrong Syntax near of Where Keyword
/Kundenview.asp, line 88
------------------------------------------------------------
can somebody help me please?
thank you
E.Altherr