MySQL Forums
Forum List  »  Connector/C++

Re: Load Data Local Infile with Connector/C++
Posted by: Bogdan Degtyariov
Date: August 27, 2018 07:47PM

Hi Ben,

You will not need to re-compile MySQL Server.
The new connection option should be a new feature for Connector/ODBC and you will have to wait until it is released. The option will be activated through the connection string like "...ENABLE_LOCAL_INFILE=1;.." or the GUI dialog for a data source in ODBC Admin.

Unfortunately, I cannot disclose the date of the release or even make promises that it will be done in a specific version. Same goes for the technical details such as the option name (they are subject to change). I only outlined a concept to show how it works in general. It is not much, but I hope this information clarifies things a bit.

Options: ReplyQuote


Subject
Views
Written By
Posted
Re: Load Data Local Infile with Connector/C++
811
August 27, 2018 07:47PM
690
September 19, 2018 09:09AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.