Home > Archive > PowerBuilder > April 2004 > Datawindow Max Size?
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 |
Datawindow Max Size?
|
|
| Lorne Corrigan 2004-04-07, 7:56 pm |
| I recently had to add a small amount of additional logic in the select
part of a PB 6.5 datawindow. After doing that, the window that was
associated with it would most of the time not open (in development
environment) giving the messagebox stating an error ocurred and Pb
shuts down. However, ocassionally it would open correctly and always
would regen ok. In other words it behave erratically. The datawindow
size is 83k.
Can I assume that the size is too large and that is what is causing
its freaky behavior?
| |
| Philip Salgannik 2004-04-08, 10:57 am |
| The SQL select portion AFAIK is lmited to 32K (in 6.5)
--
__
"Lorne Corrigan" <lorne_corrigan@hotmail.com> wrote in message
news:68297e27.0404071457.22319f91@posting.google.com...
> I recently had to add a small amount of additional logic in the select
> part of a PB 6.5 datawindow. After doing that, the window that was
> associated with it would most of the time not open (in development
> environment) giving the messagebox stating an error ocurred and Pb
> shuts down. However, ocassionally it would open correctly and always
> would regen ok. In other words it behave erratically. The datawindow
> size is 83k.
>
> Can I assume that the size is too large and that is what is causing
> its freaky behavior?
| |
| sympatico 2004-04-08, 2:39 pm |
| It's not a limit. It may be mach more, you have to find another reason.
"Lorne Corrigan" <lorne_corrigan@hotmail.com> wrote in message
news:68297e27.0404071457.22319f91@posting.google.com...
> I recently had to add a small amount of additional logic in the select
> part of a PB 6.5 datawindow. After doing that, the window that was
> associated with it would most of the time not open (in development
> environment) giving the messagebox stating an error ocurred and Pb
> shuts down. However, ocassionally it would open correctly and always
> would regen ok. In other words it behave erratically. The datawindow
> size is 83k.
>
> Can I assume that the size is too large and that is what is causing
> its freaky behavior?
|
|
|
|
|