Ed Pigg wrote:
On Nov 19, 2004, at 12:10 PM, Chasecreek Systemhouse wrote:
On Fri, 19 Nov 2004 11:50:41 -0600, Ed Pigg <[EMAIL PROTECTED]>
wrote:
I'm trying to setup a system where users can upload images to a
designated uploads dir. Once the file is successfully uploaded I want
Keep account cre
Hi Mallik,
I suspect you'll get more help on a DBI list, but right off the bat,
I'm wondering why it says "string literal too long". Are you adding
the data directly to an SQL query? In other words, are you doing
something like this?
INSERT INTO TABLE (name) VALUES ('$some_var');
Not only is
Oh, and I see you *did* send this to the DBI list. Never mind my
previous comment :)
Cheers,
Ovid
--- Mallik <[EMAIL PROTECTED]> wrote:
> Hi Friends,
--
If this message is a response to a question on a mailing list, please send
follow up questions to the list.
Web Programming with Perl -- htt
NAME
beginners-faq - FAQ for the beginners-cgi mailing list
1 - Administriva
1.1 - I'm not subscribed - how do I subscribe?
Send mail to <[EMAIL PROTECTED]>
You can also specify your subscription email address by sending email to
(assuming [EMAIL PROTECTED] is your email addres
Hi Friends,
I am using oracle database and I have column of long data type. I insert the
data into this column thru perl script. If the inserted data exceeds 4000
chars, it is giving me the following error.
DBD::Oracle::st execute failed: ORA-01704: string literal too long (DBD
ERROR: OCIStmtExec