Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by JamesMuglia

  1. JamesMuglia

    Error C1085 when trying to compile DLL

    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...
  2. JamesMuglia

    SQL Server 7.0 vs. 6.0

    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...

Part and Inventory Search

Back
Top