I'm using the perl DBI to populate a MSAccess database. I've spent all
morning discovering that I cannot store a URL longer than 255 characters.
I'm using the bind_param function and I get an error when it is longer.

I've tried changing it (the field type) to type memo, hyperlink and text.
None of these seem capable of storing character strings longer than 255
(which is strange because the documentation says to use memo instead of text
when you need to store more than 255 characters).

My URL is 403 characters and I am reluctantly truncating it.

Anyone got any ideas?

Thanks,
Siegfried


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to