Hi,

     I wanted to know if DBD::CSV supports table joins. The documentation
of the DBD::CSV module states

<quote>
     The level of SQL support available depends on the version of
     SQL::Statement installed.  Any version will support *basic*
         CREATE, INSERT, DELETE, UPDATE, and SELECT statements.  Only
         versions of SQL::Statement 1.0 and above support additional
         features such as table joins, string functions, etc.  See the
         documentation of the latest version of SQL::Statement for details.
</quote>

     But, even though I have the latest version of SQL::Statement (which
supports table joins) installed I am getting the following error:
'DBD::CSV::db prepare failed: Parse error near tab2 WHERE tab1.col1 LIKE
'test1%' AND tab1.col1 = tab2.col2  at
/usr/local/perl/5.6.0/site_lib/DBD/File.pm line 174.'

   I want to know if table joins are supported in DBD::CSV, and if it is
supported then from which versions of the depending modules I will have to
install.

Regards,

Sumit.
<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>

If everything seems under control, you're just not going fast enough.

<<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>> <<<>>>
i2 Technologies Software Pvt. Ltd.

Reply via email to