Re: the real problem not a bind problem

2002-01-29 Thread Douglas Wilson
From: "Morrison Davis" <[EMAIL PROTECTED]> > > The only problem is it counts carriage returns as 1 character > where as perl length() counts them as 2. And DBI automatically > considers anything over 4000 as a LONG. Perhaps a newline ("\n") is getting converted to carriage return/newline ("\

the real problem not a bind problem

2002-01-29 Thread Morrison Davis
Well, I figured out my problem, and I know this problably is the wrong alias but may some one else know a work around or it might be helpful to some one else. I found a neat little javascript that checks the length of a form field: var postmaxchars = 3999; function validate(theform) { i