DBI will pass any length you give it, it's up to the database to be able
to except the size.  If your DB has a limitation and needs to be
configured, you can't do this through DBI.  DBI is to run queries,
etc... against database, you can't perform native DB functions through
it.

Ilya

> -----Original Message-----
> From: Rasoul Hajikhani [mailto:[EMAIL PROTECTED] 
> Sent: Friday, July 18, 2003 5:06 PM
> To: dbi
> Subject: SQL Statement Size 
> 
> 
> Hello there,
> I am trying to find out if there is a way of setting "INSERT/UPDATE" 
> statement size to some large number. I have a 6867 kb data 
> that I need 
> to insert into a table. The man pages mention the LongReadLen but 
> nothing about insert/update statement length.
> I am using Informix US w/ DBI version 1.21
> 
> Any help will be appreciated...
> Thanks in advance
> -r
> 

Reply via email to