I'm selecting from a table which has a varchar(100) ... but am only receiving the first 50 characters. In the same table/select I am also grabbing a field which is defined as a long, and not having any problems. ( I set $dbh->{'LongReadLen'} = 30000; for the long field, which did the trick there) DBD::Oracle version is 1.03 I believe. Any advice would be much appreciated. Thanks, Bill.
- RE: problem with DBD::Oracle and varchar Bill Goerlich
- RE: problem with DBD::Oracle and varchar Scott T. Hildreth
- RE: problem with DBD::Oracle and varchar Sterin, Ilya
- RE: problem with DBD::Oracle and varchar Bill Goerlich