The error in Crystal is "General SQL Server error: Check messages from the SQL Server". Followed by "Error detected by database DLL"
The error in the query tool (which is MS SQL Query Analyzer) is "Server: Msg 4424, Level 16, State 1, Line 1
Joined tables cannot be specified in a query...
Sorry,
The second SQL statement should be
SELECT
vw_1.ID,
vw_1.DN,
vw_1.DR,
vw_1.DP,
vw_1.DE,
vw_1.RDE,
vw_1.CA,
Table1.NF,
Table1.NL,
Lookup.LookupValue,
Table2.NameFirst,
Table2.NameLast
FROM DBXX.dbo.vw_1 vw_1
LEFT OUTER JOIN DBXX.dbo.Table1...
Hello all,
I have a question regarding Crystal 8.5 and left joins. I am using Crystal against a MS SQL 2000 Database using the native MSSQL OLEDB driver (I think, it's under the More Data Source section when setting the Database location). Notes: the dates are parameters
When I show the SQL...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.