Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 2 of 2 total
Thread Can i to view a Memory table from external program ( EDB Manager ) ?
Thu, Dec 2 2010 10:25 AMPermanent Link

Mauro Botta

Hi

My program have a Memory Table

how i can view this table ( data ) from EDB Manager ?
Thu, Dec 2 2010 10:38 AMPermanent Link

Roy Lambert

NLH Associates

Team Elevate Team Elevate

Mauro

>My program have a Memory Table
>
>how i can view this table ( data ) from EDB Manager ?

Only by creating it in EDBManager. memory tables are restricted to the Windows process that creates them. This means that they can be shared across threads in an application but not between applications.

If you need to view it your choices are:

- alter the app to produce a "real" table
- add in a print routine for the table
- add in a dbgrid of some sort to the app so you can see it in the app
- extract the code that produces the table and run that in EDBManager

I'm sure there are others but that's my best suggestions

Roy Lambert [Team Elevate]
Image