NULL values in calls to PowerBuilder components  Product compatibilities

Release Bulletin Sybase® Enterprise Portal Enterprise Edition Version 5.0 for Sun Solaris

Some PowerScript blob functions do not work correctly

[CR #290780] Some PowerScript blob functions do not work correctly on Solaris. In the following code, the Integer function should return an int from the blob, but it does not:

blob{6} myblob
int myint
myblob = blob("~025~000")
myint = Integer(myblob)

if myint <> 25 then
   return "***** FAILED *****: integer from blob"
end if

Workaround: None. This is scheduled to be addressed in later builds of PowerBuilder.





Copyright © 2005. Sybase Inc. All rights reserved. Product compatibilities

View this release bulletin as PDF