i have 2databases D2012_12.mdb and ms.mdb in D2012_12.mdb has table D2012 and ms.mdb has CHNMST and BRMST tables, I want to get Channel "DESC" in CHNMST table that CHNCD contain in TD2012 table.
i wrote query as follow
query = "SELECT b.DESC FROM TD2012 a [C:\\Documents and Settings\\\projects\\MediaWatch\\bin\\Debug\\ms.mdb].BRMST b WHERE a.CHNCD=b.CHNCD"
but its not working.
Please tell me how to join this two databases, Thank you..................
I attached image to refer
i wrote query as follow
query = "SELECT b.DESC FROM TD2012 a [C:\\Documents and Settings\\\projects\\MediaWatch\\bin\\Debug\\ms.mdb].BRMST b WHERE a.CHNCD=b.CHNCD"
but its not working.
Please tell me how to join this two databases, Thank you..................
I attached image to refer