4 messages in com.mysql.lists.plusplusRe: Are there limits on string length...| From | Sent On | Attachments |
|---|---|---|
| Steffen Neumann | 23 Jul 2003 10:38 | |
| Sinisa Milivojevic | 24 Jul 2003 04:10 | |
| Steffen Neumann | 25 Jul 2003 01:29 | |
| Sinisa Milivojevic | 25 Jul 2003 05:49 |
| Subject: | Re: Are there limits on string length for template queries ?![]() |
|---|---|
| From: | Sinisa Milivojevic (sin...@beotel.yu) |
| Date: | 07/24/2003 04:10:55 AM |
| List: | com.mysql.lists.plusplus |
On 23 Jul 2003 19:38:53 +0200 Steffen Neumann <sneu...@TechFak.Uni-Bielefeld.DE> wrote:
Hi,
I am debugging an application for some hours now, so I am desperate enough to ask this question.
I have a template query that has 8 parameters. If I insert "1BRA_/4PTI_->1BRBE+I" into the last parameter, I get an error "query was empty" If I insert one character less, "1BRA_/4PTI_->1BRBE+" things work.
If I shorten one of the other parameters by one character, the longer "1BRA_/4PTI_->1BRBE+I" works fine as well.
I am somewhat puzzled: Are there limits on the cumulative length of all parameters used ? A rough estimate is that I use some 140 characters in all parameter values.
If there are no length limits, how can I determine where defining a parameter in a template query goes wrong ? (I need technical advice as well as some cheer-up ;-)
Code is mysql++ on Tru64 Unix, compiler is cxx 6.5
Yours, Steffen
MySQL++ as such poses no limits on the lengths.
Length limits are probably set by STL lib that comes with 6.5 compiler.
You would do best by writting to cxx 6.5 contributor whose e-mail address is on
MySQL++ page.
--
Regards,
-- For technical support contracts, go to https://order.mysql.com/?ref=msmi __ ___ ___ ____ __ / |/ /_ __/ __/ __ \/ / Mr. Sinisa Milivojevic <sin...@mysql.com> / /|_/ / // /\ \/ /_/ / /__ MySQL AB /_/ /_/\_, /___/\___\_\___/ Fulltime Developer and Support Coordinator <___/ www.mysql.com Larnaca, Cyprus




