I need to add vertica property in server.properties file.
the java code is ((VerticaConnection)connection).setProperty("MultipleActiveResultSets",true);
how to add this property in server.properties? means what is key for this property?
the java code is ((VerticaConnection)connection).setProperty("MultipleActiveResultSets",true);
how to add this property in server.properties? means what is key for this property?
Comment