Page 1 of 1

storing links results into a foreign database

Posted: Thu Mar 01, 2012 7:55 am
by atoch
Bonjour,

I have a workfile page with links to other pages.
I want to store into a foreign (fame) database all data from these links.

So I tried store and copy commands without success :

Code: Select all

dbopen(t=fame, s=frdb_m@asap1) ADB_EOA as FAME_EOA copy fra2_YRGX fame_eoa::fra2.YRgx
This gives me the following error message :
Database Error : object 'FRA2_YRGX' is not a data object.
the following try with store

Code: Select all

store(d=FAME_EOA,2) fra2_cg fra2.cg
gives me a similare error message.

Could you please let me know how to store links results into a foreign database ?
I have no issue using copy or store directly on the object referenced by the link.

Thanks

Arnaud Atoch

Re: storing links results into a foreign database

Posted: Thu Mar 01, 2012 8:58 am
by EViews Gareth
I believe you'll have to copy the data across to the page and then store, rather than using a link.