Posted: 1/20/2010 2:12:23 PM EDT
|
I'm trying to run a query where the tables have to be joined by fields of different data types; number and text. The tables do not belong to me and I cannot change the data types. I tried copying one table and changing the data type, but there is so much data thatI run out of memory.
The tables are both in an Oracle database, but MS Access is used as the interface. My questions are: 1. Is it possible to add a toChar function? 2. Is there a way to run the query in the server end instead of my machine? 3. Is there an even better way to go about this? Thanks. |