Beefy Boxes and Bandwidth Generously Provided by pair Networks
"be consistent"
 
PerlMonks  

Re: Oracle: string literal too long

by screamingeagle (Curate)
on Jul 18, 2002 at 22:58 UTC ( [id://183079]=note: print w/replies, xml ) Need Help??


in reply to Oracle: string literal too long

the documentation for win32::odbc says:
The working limit to the size of a field is 10240 bytes. This can be r +aised (if needed) to a maximum of 2,147,483,647 bytes. This maximum l +imit can be raised only by recompiling.
here's a link to the relevant page Win32::ODBC

Replies are listed 'Best First'.
Re: Re: Oracle: string literal too long
by Anonymous Monk on Jul 19, 2002 at 17:02 UTC
    As I said in the beginning, I had raised the limit via
    $db->SetMaxBufSize(1000000);
    It still doesn't work.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://183079]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others examining the Monastery: (3)
As of 2024-04-20 01:55 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found