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 IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. AndrewDe

    Strange Cobol ODBC Problem 'Must Declare scaler variables'

    Thanks GLen but it is defined correctly. I would love it to be an easy fix like that. Do you have any other ideas
  2. AndrewDe

    Strange Cobol ODBC Problem 'Must Declare scaler variables'

    The Following SQL works SQL Server 2005 executed from Fujitsu COBOL via an ODBC Driver. ( EXEC Statements excluded) SELECT FIELDA, FIELDB FROM CTRY_TAB WHERE FIELDC = 'A' AND FIELDD = :XCTRY XCTRY IS A DECLARED SQL VARIABLE. The following does not work with SQL Server but does with MySQL...

Part and Inventory Search

Back
Top