I am using VS 2008 and trying to create a dataset for ms sql reporting services. I have two tables that I want to relate. One has a column with type of int, the other shortint. VS give me an error of "Parent and Child columns don't have type-matching columns."
Is there any way to over ride this? In old sql reporting services I could just use a query and get around this problem. I cannot change the type of either of the column.
TIA
--edit-- Jonathan, thanks for the response, but I am not able to touch the structure of the tables. There may be lots of reasons for this. Some tables in my systems are feeds from legacy systems. I do not have control over some of the systems. This has got to be a huge problem for any large company.