I need to know the complete syntax for the LOAD command on Informix when used with a Windows file. In particular, I need the full pathname of the data file when used with the LOAD command.
I have
LOAD FROM 'C:\My directory\My data\mytable.unl' INSERT INTO mytable;
but I get a syntax error
[Error Code: -201, SQL State: 42000] A syntax error has occurred.
---- Environment ----
O/S: WindowsXP 32-bit
DB : Informix (IDS) 11.70.TC3DE
JDBC: 3.50.JC9
----
Cheers!
