Jump to content

How do pass large amounts of text?


Eivo

Recommended Posts

I am trying to set up a site, but I need to be able to pass large amounts of text. I am using newString() but I hit the limit I guess becuase it keeps telling me... "String or binary data would be truncated."Is there another way to do this?

Link to comment
Share on other sites

I am trying to set up a site, but I need to be able to pass large amounts of text. I am using newString() but I hit the limit I guess becuase it keeps telling me... "String or binary data would be truncated."Is there another way to do this?
Yeah. Just use the substr function to break the string up into 1000character parts (or whatever) with a for loop and generate the variables, and then pass the variables on. :)
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...