I have two databases (each with a table that I need to join together.) One is a SQLServer db and the other is an Oracle db. In the first case, the employee number is an integer and in the second the employee number is a string. When I link the two tables together based upon the emp# field, I receive an error. How can I work around this problem?