Hi,
in PowerBuilder 10.2 when I wanted to get something from database I used for ex. :
SELECT "dbo"."aaaa"."bbb"
FROM "dbo"."aaaa"
USING ... and It works.
After the migration to latest PB version keep receiving invalid syntax warning. When I change syntax to
SELECT dbo.aaaa.bbb
FROM...
Hi,
I have the issue with treeview control in PowerBuilder v10.2.1
My treeview is populated with items from the database. Each item consists of text and pictures. Problem is that amount of this text can be over 100 characters byt only first 50 of them are shown. The rest is cut.
How to let...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.