|
Home > Archive > IIS ASP > July 2006 > Record set out of string space
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Record set out of string space
|
|
| ckseng11@gmail.com 2006-07-26, 1:25 pm |
| Hi everyone,
I had a problem that happen once only but i do not want it to repeat
again. It happen when i retrieve data from my database. The process
can't complete and show error 14, Out of string space. I suspect the
recordset object had reach it limit that why it generate that error
message but what can i do to prevent this from happening
KOKSENG
| |
| Bob Barrows [MVP] 2006-07-26, 1:25 pm |
| ckseng11@gmail.com wrote:
> Hi everyone,
> I had a problem that happen once only but i do not want it to repeat
> again. It happen when i retrieve data from my database. The process
> can't complete and show error 14, Out of string space. I suspect the
> recordset object had reach it limit that why it generate that error
> message but what can i do to prevent this from happening
>
> KOKSENG
Without seeing any code, or being given any idea of the kind of activity
that lead to this error, all I can do is point you to these:
http://www.google.com/search?hl=en&...%22&btnG=Search
and
http://groups.google.com/groups?hl=...rch&sa=N&tab=wg
Please read through all the search results to see if any of them help with
your problem. If not, post back with more information.
--
Microsoft MVP - ASP/ASP.NET
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"
| |
| Patrice 2006-07-26, 1:25 pm |
| IMO likely too much string manipulations (for example concatenations).
--
Patrice
<ckseng11@gmail.com> a écrit dans le message de news:
1153896718.942529.310170@m79g2000cwm.googlegroups.com...
> Hi everyone,
> I had a problem that happen once only but i do not want it to repeat
> again. It happen when i retrieve data from my database. The process
> can't complete and show error 14, Out of string space. I suspect the
> recordset object had reach it limit that why it generate that error
> message but what can i do to prevent this from happening
>
> KOKSENG
>
|
|
|
|
|