Print Page | Close Window

Exceeding Save SQL Statements

Printed From: IdeaBlade
Category: DevForce
Forum Name: DevForce Classic
Forum Discription: For .NET 2.0
URL: http://www.ideablade.com/forum/forum_posts.asp?TID=1204
Printed Date: 23-Apr-2025 at 9:03pm


Topic: Exceeding Save SQL Statements
Posted By: *Calsy
Subject: Exceeding Save SQL Statements
Date Posted: 06-Apr-2009 at 3:25pm
Hi All, In one of the early versions we established that we needed to shorten the length of some of our text (nvarchar) fields on the form (from 4000 to 1500) because if the User filled up a few of the text boxes when the Persistence Manager went to save the information away to the database it would fail because it would exceed the sql string size.

This doesn't seem to occur anymore. Am I correct to say that this was fixed/changed?

Thanks



Replies:
Posted By: kimj
Date Posted: 07-Apr-2009 at 6:37pm
Matthew, I don't actually remember this bug.  We did make a recent change with the 8000 character limit on data source only queries (where the query expression text exceeded the limit) but I'm not sure if that's the problem you saw previously.  If you're not seeing the issue now I guess that's good news, but if you need more affirmation, do you remember the time frame you saw and/or reported the problem?



Print Page | Close Window