Viewing 3 posts - 1 through 4 (of 4 total)
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.
December 1, 2006 at 9:28 am
#675183
Clarification:
SqlDataAdapter cmdItemTypes = new SqlDataAdapter("Select ItemName,ItemModel,PurchaseDate,Location,DepartureDate,ItemType,AdditionalInfo From Items Where Location = " + location + "",...
August 29, 2006 at 11:28 am
#657317
Your parameter needs to be enclosed in quotes, or TSQL will interpret it as a column name, not a parameter value.
August 29, 2006 at 11:26 am
#657316