Discussions tagged Database
reading from the registry to connect to the db
- New
- How-to
- Last updated 4 days ago
- Albert van Bochove replied 4 days ago
Hello,
in my application I am connecting to the database using the connection string that is defined in a Registry key, this is my code and as I show you in the attached images, you can see that when I debug my code I am receiving my transaction all...
Can't connect local SQL server 2019 Express
- Resolved
- Issue
- Last updated 2 months ago
- Chris Pollach @Appeon replied 2 months ago
Hi,
I have installed PB 2022 R2 and MS SQL Server 2019 to a Windows 2019 server on Azure.
While installing PB I could not connect to SQL server to install demo database.
Now same problem when I try to create Power Server Project.
From PB IDE I ca...
Demo database ODBC not showing in connections list
- Issue
- Last updated 5 months ago
- Miguel Leeuwe replied 2 months ago
Like the title says, I'm having a problem with the tutorial where I started with all the demo files except for the database file as far as I could see. Either that, or when trying to connect to the ODB ODBC Database Profile PB SQLServer V2022 it just...
Hi
We are looking for ways to connect PowerBuilder 2021.1506 application to an Azure database.
We can connect to the database using:
SQLCA.DBMS = "MSOLEDBSQL SQL Server"
SQLCA.ServerName = "tcp:<our server>.database.windows.net,<por...
Support for MS SQL Server 2022 and new MSOLEDBSQL Drivers
- Resolved
- Misc
- Last updated 6 months ago
- Roland Smith replied 6 months ago
Hi,
what are the plans for supporting MS SQL Server 2022 and Versions of the MSOLEDBSQL19 newer 19.0.0?
According to the PB Help only MS SQL Server Versions up to 2019 are supported and only the MSOLEDBSQL19 Driver Version 19.0.0 is supported.
...
How I do connect PB 2022 with oracle 12
- How-to
- Last updated 8 months ago
- Chris Pollach @Appeon replied 8 months ago
Good afternon.
Please, how do I add an new option ORACLE 12 in my list "INSTALLED DATABASE INTERFACES"?
My powerbuilder is 2022 and I have oracle cliente 12.1. Today I use connected with option "O10 Oracle 10g", but we are going to migrate for orac...
Change Datawindow data access to something other than direct DB connection
- Advice
- Last updated 10 months ago
- Tim Ford replied 10 months ago
Question to the PB Community:
We have a monolithic application consisting of a PowerBuilder frontend and C# .NET application server, both of which are tied to a MS SQL Server database. When the application was first written it was strictly PB, but o...
Re: Multi-database application in Powerbuilder (eg. SQL Server, PostGreSQL, SQLite ...)
- How-to
- Last updated 10 months ago
- Brett Weaver replied 9 months ago
Hello,
Have anyone developed multi - database application in Powerbuilder ? ie. a common application that will update either SQL Server or PostGreSQL or SQLite or others ... depending on the connection that's made in the open event of the applica...
你好:
目前我们在应用中发现涉及带中文的查询都检索不出内容,怀疑可能是字符集导致的原因。我们数据库用的是cp936,按照帮助文档做了如下设置还是不行,请问是否还有其它地方涉及配置和调整?另外想问下应用运行相关的LOG文件在哪里可以找到?
谢谢。
...
Powerserver Object cannot connect to database using script and connectstring
- How-to
- Last updated 1 year ago
- Armeen Mazda @Appeon replied 1 year ago
I am using the CASE statements for setting database connection details up to PB2021 without PowerServer
Example:
Case IS_USE_SCRIPT /* Populate Database Connection from Script */ as_dbms = "ODBC" as_database = "" as_userid = "" as_dbpass = "" as_lo...
Database Support for Informix version 14 & PB 2017R3
- Misc
- Last updated 1 year ago
- Ken Wielgos replied 1 year ago
Hello,
We are planning a potential upgrade for our IBM/Informix database. My question is: Does PowerBuilder 2017 R3 support Informix Version 14?
Thanks,
Ken Wielgos...
Powerserver app connected to Oracle fails or times out
- Resolved
- Issue
- Last updated 1 year ago
- Håvard Heide replied 1 year ago
We have compiled out application to Powerserver and it works (mostly), but after starting App from webbrowser (or shortcut)
it times out - or fails (see errors below). Motly I get the first error, but sometimes the second.
Any ideas ?
I have trie...
PWDialog - password change does not happen after expiry
- Issue
- Last updated 1 year ago
- Shayin Bhaskaran replied 1 year ago
Hello,
I am using Powerbuilder 2019R3 with Adaptive Server Enterprise/15.0.3 versiob as backend. I have recently migrated the source code from Powerbuilder 12.5 to Powerbuidler 2019R3. After migration, for the login user after the password has expi...
How do I connect PowerBuilder2021+PowerServer2021 to IBM DB2/400 6.1 Version database?
- How-to
- Last updated 2 years ago
- Mason Park replied 2 years ago
Hi, we're looking for the way to connect PowerBuilder2021+PowerServer2021 to IBM DB2/400 6.1 Version database.
We successfully installed Informix 2.2.0.100 as database driver(from nuget.org) and filled the Database Configuration form. However, when ...
Hi Folks,
My application is on PB 2017 R2 and its running on windows server 2012 R2 OS. Application is connecting with local DB which is in SQL anywhere and remote database which is in SQL server.
This application is basically fetching the files fr...
Bonjour,
J'ai installé hier PowerBuilder 2019 R3 pour mettre à niveau une application développée avec une version précédente et qui utilise une base SQL Anywhere v11.
Si l'appli fonctionne très bien sous PowerBuilder 2019 R3, par contre le build de...
PowerServer2021 Beta: how to configure Connection Cache
- How-to
- Last updated 2 years ago
- Armeen Mazda @Appeon replied 2 years ago
Hi all,
I am trying to amend the database connection-cache: command timeout - where to do the setting?
Thank you.
JX
...
connect to database from Powerclient from outside
- Resolved
- How-to
- Last updated 2 years ago
- Andreas Mykonios replied 2 years ago
Hello, friends.
We are testing PB 2019 R3, and we are very excited about the powerclient functionality. At the moment it works fine.
But we wonder if there will be any possibility of connecting in the same way as web. I mean, work from home. I th...
Sybase database recovery from complete log (no backup)
- Resolved
- Advice
- Last updated 2 years ago
- Chris Keating replied 2 years ago
Hi all.
A customer of mine, yesterday, performed a bad processing with our PB application on a Sybase SQL Anywhere 10 database and unintentionally deleted a lot of data in various tables. He has no backup of the db (not to mention) but the database ...
SQL server connection and SQLCA.DBMS / SQLCA.DBParm
- How-to
- Last updated 2 years ago
- John Fauss replied 2 years ago
Hi.
I have struggled with getting the SQLCA properties set up correct to be able to have my users connect to data base with single sign-on/trusted connection. I'm on MS SQL Server.
The problem boiled down to using correct value for SQLCA.DBMS. Than...
- Page :
- 1