Discussions tagged MySQL
PB 2019 Execute MYSQL Stored Procedure
- How-to
- Last updated 3 years ago
- John Fauss replied 3 years ago
can you give me instructions and examples on how Execute MYSQL Stored Procedures on PowerBuilder 2019?
thanks...
Hice un STORE PROCEDURE en MySQL para empezar a conocer sobre este tema, con el siguiente SQL Cuando quiero acceder desde el Perfil de Power Builder me sale errorObviamente no me permite crear el Procedimiento de almacenamiento de Datawindows. Sin em...
Converting from MS SQL to MySQL select into variable error
- How-to
- Last updated 4 years ago
- frederic roggemans replied 4 years ago
I am running PB 2019 R2 build 2353. I currently use MS SQL Server. I am in the process of converting to MySQL version 8.0.21. I am able to connect to the database no problem using ODBC drivers. I converted one of the simpler applications and it c...
Mobile app updateblob MySQL error code 10999
- Resolved
- Issue
- Last updated 4 years ago
- Arturo Quiroga replied 4 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...
Error de Conexión MYSQL cuando se despliega en la WEB
- How-to
- Last updated 4 years ago
- Kai Zhao @Appeon replied 4 years ago
Buenas Noches
Recientemente estamos trabajando con base de datos en MYSQL y hemos migrado nuestra aplicación a la WEB pero muestra el siguiente mensaje de error, cuando lo probamos en el IDE de PB con ODBC no tenemos problemas.
FUENTE DE DATOS AE...
Is PB2019 Build 2082 compatible with MySQL 8.0
- Issue
- Last updated 5 years ago
- Gerry Whitmarsh replied 5 years ago
Hi,
Due to a MySQL bug regarding auto increment columns, I am investigating upgrading from MySQL 5.7 to 8.0 where the bug has been fixed. I have successfully upgraded the database but as I have table names and columns that are now reserved words I h...
Hello
This is my first posting to the Appeon community. I am hoping someone can help me?
I have written an app using the MySQL database and PB2017. There are 8
Concurrent users. I am tracking the user as they sign in, but I
have noticed t...
Appeon Web error - MySQL connection issue
- Issue
- Last updated 6 years ago
- Appeon Support Team replied 6 years ago
Hi,
Good Day.
We need help regarding the issue we encountered when running our application in WEB
1. We have SET the AEM Data Source
2. Compiled the Application to WEB but when we run the application in Microsoft Edge Browser its not ...
I have a PB app that was written long ago, and one thing it does is build its (MySQL) database as needed. To do this, all of the scripts needed to build the database were added to function objects, one per database object. i.e., there's an "fn_...
[SOLVED] Problem with MySQL Native Driver ,Uppercase and double quotation in columns (SQL statements)
- Resolved
- Issue
- Last updated 7 years ago
- Willian Padilha replied 7 years ago
I have set the datasource
and my PowerScript is this
CONNECT USING SQLCA;
Retrieve is working fine, but Update, Insert and Delete not
my Datawindow Sql Code
anyone have any idea what may be wrong?
Very gratefu...
I'm not finding an entry for MySQL in the ODB170.INI file, so retrieval of identity keys isn't working. I found the following on the web somewhere:
[MySQL]
PBSyntax='MySQL_SYNTAX'
PBNoCatalog='YES'
PBTableOwner='NO...
- Page :
- 1