Batch Insert from external database

S

Sandeep

hello sir,

I am using

Insert into <tablename1> in " location " select * from
<tablename2>

but the problem is how to specify the password if the
tablename1 at location specified in IN clause has password
on it

Plz send me some example
 
Top