> Stan Sebastian <[EMAIL PROTECTED]> wrote: > > Please help! :) > > > > I've got 2 workstations and a server on which i have Mysql 3.23.52 - nt. > > > > The clients are build in Visual FoxPro and use MyODBC for connecting to > > server. > > > > From both WKS statements like select, insert, update, delete work just fine, > > but when i want to 'LOAD DATA local INFILE' it works OK only from one WKS. > > > > I've used also the 'root' for this and is the same problem. > > > > What exactly wrong with 'LOAD DATA LOCAL'? > Did you get 'The used command is not allowed with this MySQL version' error? If so, you should enable LOAD DATA LOCAL command: > http://www.mysql.com/doc/en/LOAD_DATA_LOCAL.html >
I dont know what's wrong with 'LOAD DATA LOCAL'. In Visual FoxPro, from the command line i get the -1 error , that means that 'a connection level error occurs' (this, of course, from the client that doesnt works, because, like i said, i have a client that can load the file). In the tutorial i've read about "If LOAD DATA LOCAL INFILE is disabled, either in the server or the client, a client that attempts to issue such a statement receives the following error message: ERROR 1148: The used command is not allowed with this MySQL version" How can i enable this on a client that works with MyODBC? -- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]