I need a routine to update a .mem file.
I can retrieve a result based on this query:
Connection conn = getMemoryFile("CONTROLE.MEM");
PreparedStatement stmt = conn.prepareStatement("SELECT _CONTROLE");
But I don't know how to set a value to this variable (_CONTROLE).
Could you please send me an example ?
Thanks
|