At 11:43 AM 9/22/2012, Tony IJntema wrote:

I am working with latest version of 9.5 64.
The database is completely empty and it is all local.
(The only thing I like to do is perform some statistics, because the data
are being converted from a navision database)


Tony,

Have you tried to SCONNECT the table(s) as TEMPORARY and then PROJECT that
SATTACHed table as TEMPORARY R:BASE native table to perform all necessary
statistics, as deemed necessary?

While attaching table(s), you have an option to [ ] Attach as Temporary.

Then, you can use the following command to PROJECT the SATTACHed table as
a native TEMPORARY R:BASE table as follows:

PROJECT TEMPORARY tTableName FROM TemporarySAttachedTable USING ALL

once you have successfully established that routine, then you can totally
automate the entire process in a command file to accomplish your goal.

Hope that helps!

Very Best R:egards,

Razzak.

Reply via email to