Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Pipelines in pb8

2 views
Skip to first unread message

John Kingan

unread,
Jul 9, 2003, 7:57:35 AM7/9/03
to
Hi I used to use pb6.5 and use pipelines...if the source column has a width
of 4 and the destination column has a width of 4 BUT the data was length(6)
for example, 555111... the pipeline would not fail but APPEAR to truncate OR
set the data to 0 BUT NOT MAKE THE APP FALL OVER.

In PB 8 when I do this it complains (cannot convert decimal to 9) and falls
over... I think!

Can anyone confirm this?


--

Regards,

John Kingan

Bruce Armstrong [TeamSybase]

unread,
Jul 10, 2003, 10:19:45 AM7/10/03
to
It does the same thing with DataWindows (which is the heart of a data
pipeline). We found that when we migrated certain DataWindows from PB7 to
PB8, they would stop retrieving data before all the data was returned,
without any error message. We later determined that the problem was the
length of the column defined in the DataWindow. The minute it hit a record
that had more data than the column allowed, it stopped the retrieval.

I already submitted an enhancement request to get an error message when this
occurs. I don't like either the pre- or post- PB8 behavior. I want to know
if there is an issue.

"John Kingan" <John....@ukgateway.net> wrote in message
news:urrSwJhRDHA.168@forums-2-dub...

0 new messages