TVirtualTable : Append records from file
Posted: Fri 20 Jan 2017 09:03
Hi
I have a VirtualTable that fill with records from a file, next time I want to append some other records from another file into VirtualTable but it seems there is no method to append from file
The main Scenario is :
First Time one request will send to server from client, on server side with VirtualTable.SaveToFile() one file will be created and sent to client. In client a VirtualTable loads records from the file, next time I want to get more ( next part of ) records, there is no problem on server side, but the problem is I want to append next file to the current records of Virtual table
I found this method :
AppendRecord(Values : Array of TVarRec);
but how I can use this method and loads records from a file ?
I have a VirtualTable that fill with records from a file, next time I want to append some other records from another file into VirtualTable but it seems there is no method to append from file
The main Scenario is :
First Time one request will send to server from client, on server side with VirtualTable.SaveToFile() one file will be created and sent to client. In client a VirtualTable loads records from the file, next time I want to get more ( next part of ) records, there is no problem on server side, but the problem is I want to append next file to the current records of Virtual table
I found this method :
AppendRecord(Values : Array of TVarRec);
but how I can use this method and loads records from a file ?