Hi, I'm trying to make (compile) A DLL. I keep getting the error C1085 and I can't find it anywhere in the MSDN Knowledge Base. If anyone can help me out I'd sure appreciate it. Here is exactly what the error says. If someone can help me out of this pickle so that i can get home to my wife and...
It seems that SQL 7.0 does not like sub queries in its INSERT and UPDATE function using.
Example: UPDATE Ledger
SET Status = '4'
SELECT L.Status
FROM Ledger L
WHERE L.Status = '3'
SQL Sever returns the following error "Subquery Return More Than One...
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.