Ehehehe I would do that if he wasnt my boss hahaha.
Anyway, I already made a work around to it weeks ago, but its sooo damn slow! I mean really really slow. It takes me 7 mins tops to transfer 70K datas. I mean, back then in SQL I can transfer 150K + datas in less than a minute because of the INSERT SELECT BUt here
Anyway my work around is something like this..
Open ADODB CONNECTION for oracle
read no of tables
Get no of fields
for each fields ill check if its numeric or string
create ang insert string, like <'data1',123,'data2'>
Then, insert it to my access tables
So I insert each datas individualy, making it oh so slow
Can anyone suggest a better way for this? Thanks so much