LOAD DATA [LOCAL] INFILE

Discussion of open issues, suggestions and bugs regarding MyDAC (Data Access Components for MySQL) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Christos Michalislis

LOAD DATA [LOCAL] INFILE

Post by Christos Michalislis » Wed 02 Feb 2005 10:29

hi,

I get a "Not supported exception" exception when I execute a "load data local infile ..." statement. The same statement without "local" works as expected.

Components used: either TMyConnection, TMyCommand or TMyScript.

Delphi version: 6 (up. pack 2)
MySQL server version: 4.1.9-nt
MyDAC version: 3.30

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Wed 02 Feb 2005 12:23

Thank you for information.
We reproduced your problem and fixed it. This fix will be included in the next MyDAC build. It will be available in about three weeks.

Post Reply