ctaylor Posted January 12, 2001 Posted January 12, 2001 We have just run into a major problem. Currently when adding or editing a record if the string sent to the server is over a certain length (not sure the exact length) an error is returned. I have taken a look at another database that doesn't have this problem, so I know there is a way around this. I am currently having my form display the results page to show the user the added record or the changes made. This isn't how the other one is done, but I don't see why this would make a difference. Any help would be great. Thanks in advance. Regards, Chris
elvis_impersonating_penguin Posted January 17, 2001 Posted January 17, 2001 i have had a similar problem.. what method is your form using?? get or post.. it should be using post, because if you use get it will not work very well if you try to send to big of a string. the form should look similar to this <form action="FMPro" method="post"> [This message has been edited by bman (edited January 17, 2001).]
Recommended Posts
This topic is 9105 days old. Please don't post here. Open a new topic instead.
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 accountSign in
Already have an account? Sign in here.
Sign In Now