Using Informix LOAD and UNLOAD from DBD::Informix

2001-07-16 Thread Mahdi A. Sbeih
Hi all, I am trying to load data into tables using LOAD statement, and I am getting a syntax error from this: $db_handle-do(load from file insert into mytable) I spent an hour investigating this, until I found out that LOAD and UNLOAD statements can only be used from Informix DBAccess, this

Re: Using Informix LOAD and UNLOAD from DBD::Informix

2001-07-16 Thread Jeff Seger
),\n;' Cheers, Douglas Wilson -Original Message- From: Mahdi A. Sbeih [mailto:[EMAIL PROTECTED]] Sent: Monday, July 16, 2001 7:08 AM To: Jonathan Leffler Cc: Dbi-Users; DBD Informix Maintenance Team Subject: Using Informix LOAD and UNLOAD from DBD::Informix Hi all, I

Re: Using Informix LOAD and UNLOAD from DBD::Informix

2001-07-16 Thread Jonathan Leffler
On Mon, 16 Jul 2001, Mahdi A. Sbeih wrote: I am trying to load data into tables using LOAD statement, and I am getting a syntax error from this: $db_handle-do(load from file insert into mytable) I spent an hour investigating this, until I found out that LOAD and UNLOAD statements can only be