3 messages in com.mysql.lists.bugsRe: bug in Connector/J 3.0.6
FromSent OnAttachments
Adrián Benko01 Apr 2003 23:27 
Sinisa Milivojevic02 Apr 2003 03:22 
Sinisa Milivojevic02 Apr 2003 04:41 
Subject:Re: bug in Connector/J 3.0.6
From:Sinisa Milivojevic (sin@mysql.com)
Date:04/02/2003 03:22:29 AM
List:com.mysql.lists.bugs

with Connector/J 3.0.6 try this statements:

stmt.executeUpdate("select * into outfile "filename" from "tablename"); stmt.executeQuery("select * into outfile "filename" from "tablename");

both commands raise error

Adrian

Hi!

Quotes should be used for the filename, but not for the tablename.