Forum Replies Created

Viewing 3 posts - 1 through 4 (of 4 total)

  • RE: HOW TO RESOLVE THIS ISSUE

    I would suspect that both GE_Claim and GE_Reserve have a column named Month_of_file.  Prefix the column name with the appropriate table alias and you should be okay.

  • RE: Result Of SQL statement

    Clarification:

    SqlDataAdapter cmdItemTypes = new SqlDataAdapter("Select ItemName,ItemModel,PurchaseDate,Location,DepartureDate,ItemType,AdditionalInfo From Items Where Location = " + location + "",...

  • RE: Result Of SQL statement

    Your parameter needs to be enclosed in quotes, or TSQL will interpret it as a column name, not a parameter value.

Viewing 3 posts - 1 through 4 (of 4 total)