Bruce, this may be totally irrelevant to your needs – if so, ignore it!

Two things you could do IF you want to avoid creating a permanent table in 
place of a temp one:

First, you could create the temp table as you want, then unload it to a file; 
do your disconnect/connect, then create & load a temp table from the file into 
the original database.

A bit more radical if you are going to use the data in the temp table then 
discard or need to keep for future reference it is to create a new database 
along with the similar unload process as above (thus cutting out the load), 
connect to the new database and view your data. When you’re done disconnect and 
connect to your original and carry on. You can then erase the new database 
whenever you want or keep for reference.

I copy one of my databases, it’s very small, when I do backups so that I can 
connect to the copy and unload from the original and my other databases, update 
backup info in the copy then unload that data and load it into the original 
when all the backups are done. It might sound complicated but it’s not and it 
works well for me.

Just some ideas, good luck
Regards,
Alastair.



From: Bruce Chitiea 
Sent: Friday, August 17, 2012 6:05 PM
To: RBASE-L Mailing List 
Subject: [RBASE-L] - RE: RCharts cannot find variable value

All:

Don't know if the formatting came through legible or not, but never mind.

Figured out to PROJECT the source view to a permanent table to survive the 
disconnect and source the chart without variable interaction.

Thanks

Bruce

Reply via email to