Discussions tagged BLOB
Sending large files with PostData and SnapDevelop
- Resolved
- How-to
- Last updated 3 months ago
- Francisco Martinez @Appeon replied 3 months ago
I need to send very large documents (usually Word) to a SnapDevelop API so that I can upload them into a database table. The documents are often greater than 30MB. I initially tried using the SendRequest method. It worked great until the file size...
How to work with Azure Blob Storage
- Resolved
- How-to
- Last updated 4 months ago
- Zhang JX replied 4 months ago
Hi all,
We are facing issue with documents/files accessing via ftp after enabling Azure Fortigate Firewall.
The alternative solution is either to use SFTP or moving to Azure Blob Storage then dealling with those application with attachment document...
We have a functionality that consists of uploading attached files with a java servlet.The way we are doing it is as follows:
ole_object_upload.object.connecttonewobject("InternetExplorer.Application") ole_object_upload.object.Navigate(ls_...
Difference in size of the image when displayed in two different ways
- Issue
- Last updated 1 year ago
- Chris Pollach @Appeon replied 1 year ago
Hello,
PB 2019 R3, PostgreSQL 11
Got blob data in one of our tables where images are stored, which we are showing in two different ways. The output looks different in the display size. Why?
Left hand side: which is a picture column [ Inser...
Retrieve saved image from other application(s)
- Resolved
- How-to
- Last updated 1 year ago
- Sivaprakash BKR replied 1 year ago
Hello,
PB 2019 R3, Postgresql 11
I could store and retrieve image files that's stored from the Powerbuilder application. Now through a mobile application, they store images in the same database that PB applications need to retrieve and update. ...
Hello,
I am moving an old application from Powerbuilder 9.0.2 to Powerbuilder 2019 R3; part of the application collects pieces of RTF documents, and composes them together, into the Rich Text Editor.
In PB9 to achieve this we had queries using SELE...
Need: To implement a method in a Powerbuilder web service to save a file in a network directory receiving the file (blob) and the full path as parameters.
IssuesScenario 1: Method implemented with Powerbuilder file functions.Problem: It works when u...
Table blob cannot be found?
- Resolved
- Issue
- Last updated 1 year ago
- Mathias Jespers replied 1 year ago
Hello,
For our database driver we are switching to MS OLE DB.
During testing it came to my attention that datawindows containing table blobs are causing dwruntimeerrors.
I get the message "Select Error: Blob Column doesn't exist". Now I checked th...
Hello,
PB 2019 R3 2703
1. in any datawindow painter, Select Insert -> Control -> Table Blob
2. A response window opens, which we couldn't resize it.
It makes tough to select (long) table name ? Is there any way to resize it ?
The sam...
Tableblob not working when MultipleActiveResultSets=FALSE
- Resolved
- Issue
- Last updated 2 years ago
- Brad Howie replied 2 years ago
I support a mature application using PowerBuilder 2017 R3 and SQL Server via ADO.Net.
Our user community recently requested we add signatures onto some of our datawindow documents. The 'tableblob' datawindow object seems perfect for this, but unfor...
Mobile app issue displaying images with a tableblob object in a datawindow
- Issue
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hello everybody, I have a mobile application for Android and I have a problem displaying images in a datawindow object with a tableblob object, when I'm designing the datawindow object in the preview, the images show fine, but when I deploy the app a...
Mobile app updateblob MySQL error code 10999
- Resolved
- Issue
- Last updated 2 years ago
- Arturo Quiroga replied 2 years ago
Hello, I have an issue with a mobile app, the database is MySQL 5.7, when I try to upload a photo from the smartphone doing an updateblob I got this error:
Error code: 10999 Object reference not set to an instance of an object.
The database f...
SELECTBLOB with ODBC SQL driver and application roles
- Issue
- Last updated 2 years ago
- Chris Pollach @Appeon replied 2 years ago
PB 2019 R2 Build 2279
We have a problem using application roles with ODBC driver for SQL Server and the SELECTBLOB function:
First we connect to the sql database using "ODBC Driver 17 for SQL Server" (or 13), then we activate application role by ex...
Information Required [ Appeon PowerBuilder 2019 Datatype Blob ]
- How-to
- Last updated 3 years ago
- Michael Kramer replied 3 years ago
I am working on some of features available in Appeon (PowerBuilder 2019) for upgrading from the old version. I need some information/help for the following topics
Converting Blob into string
I am encrypting the plain text using “SymmetricEncryp...
Convert .NET DataTable to DataWindow BLOB
- How-to
- Last updated 3 years ago
- Ricardo Jasso replied 3 years ago
I have a .NET assembly that I've generated from NVOs. One of the methods I need to call accepts a BLOB of a DataWindow state (calls datastore.setfullstate(BLOB), then performs validation on datastore).
How would one go about generating a byte array ...
How do I update a blob in an Oracle table column dynamically?
I know about UPDATEBLOB in PowerBuilder imbedded statements, like
UPDATEBLOB “tablename” set “blob_column_name” = :lblob;
This script uses SQLSA because the column name is known only...
Uploading Blob to MS SQL Server
- Resolved
- How-to
- Last updated 4 years ago
- Marco Meoni replied 4 years ago
Hi,
I'm having an issue uploading a image Blobs to a MS SQL Server and can't figure out where I'm going wrong (Using Powerbuilder 2017 R3, both in Desktop App and Appeon Mobile).
The Upload Blob is working and creating the database records but it l...
Inserting Blob into MS SQL database from Appeon Mobile?
- Resolved
- How-to
- Last updated 4 years ago
- Kai Zhao @Appeon replied 4 years ago
Hi,
How are people copying files (images or other files) from Appeon Mobile apps to their server?
I am trying trying to use UPDATEBLOB to store the image in the database but the below code is throwing the following error: "Error Code: 10999. Object...
Writing BLOB from PB2017R2 DataWindow
- Advice
- Last updated 4 years ago
- David Lacey replied 4 years ago
Hi,
Environment : Appeon PowerBuilder 2017 R2
Database : SQL Server 2012
Would I be right in assuming that even with an OLE Database blob column in a datawindow that the actual writing of the blob to a varbinar(Max) column still has to be achieved...
hi all
how do i save a blob to a pic file ?
thanks
...
- Page :
- 1