I need to to use the command "restore * from .mem".
Is this command supported?
|
It is not supported now. Do you want to retrieve memory variables from a memory (.mem) file in Java? Whether you want to write memory file in Java too?
|
I need to read an update variables stored in one .mem file used by one third party application that i need to comunicate whith my aplication. Is there a way to do this in Java?
|
We will complement that feature through variable syntax support.
|
Is there a date when variable syntax will be implemented?
|
It should be available in the next week.
|
Supported. You can download it after about 12 hours.
memoryFile connection property can be used to load a memory file.
For instance:
jdbc:dbf:/c:/dbfdata/?memoryFile=yf.MEM
Then all variables in yf.MEM are visible.
For instance,
slect abc; will return abc.
>I need to read an update variables stored in one .mem file
If you need to refresh that value in .mem file, you need to open a new connection. memoryFile connection property is temporarily, because we haven't found a better way to use sql to support Xbase's memory file.
|
Now i can read the .mem and it`s variables. I need to save a new value on it. Is it possible?
|