I am writing a C++ function using the C++ connector library that will take a table name and data file name and will use
the LOAD DATA command to bulk load the data from the file. How can i set the LOCAL_INFILE parameter for the connection to true.
the LOAD DATA command to bulk load the data from the file. How can i set the LOCAL_INFILE parameter for the connection to true.