Hi,
We have started looking into the possibilities on using PowerServer for our main PowerBuilder application.
The first steps to build the powerserver application has been successful.
We are using the latest Powerbuilder 2022-version, connected to Oracle using the database driver from nuget.org.
The application mostly runs fine, there is however a problem with SelectBlob which doesn't return the expected result.
The only thing I find in the documentation about this is for ASE; Text size option in the ODBC driver is 32KB by default.
Is there a similar limit for this oracle driver?
Hope you can help me out here.
Best regards,
Geir Vangen
I have finally found time to test this. The example in https://docs.appeon.com/ps2022/SelectBlob_UpdateBlob_supports_UTF8_only.html seem to solve the problem. Updating and selecting data now gives the same result both in the client and on PowerServer for Oracle clobs.