Hi I am trying to insert a blob in to database so for that the datafield and datatype are DFile and image. but now the table option should text in row "ON" or "OFF" i don;t know. What should it be.
Unless your blobs are very small (under 8k) setting it on will not do you any good. Store image in row attempts to store small text and image fields in the database row instead of the default way (in a separate part of the database)
The error i am getting is
"SQL SErver Message 7139: Length of text, ntext, or image data (374738) to be replicated exceeds configured maximum 65536"
You can run this in a QA session on the server that your datbase is running on. This is a server configuration setting, and not database specific ... give it a try. Note that the size parameter is adjustable to fit your specific needs. You can set it to what you feel is appropriate.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.