> Hi all,
>
> My problem might be a bit off-topic please don't mind.
>
> In one of my servlets Iam using JDBC to access SQLServer7.0.
> One of the tables in the database had a column whose data type is varchar
of
> size 8000.
As far as I know MS SQL only supports varchar to a maximum of 255 chars.
You need to use a field of type text instead.

Andy Bailey

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to