Discussions tagged Database

Hi my fellow PowerBuilder enthusiast :-) Can you advise me if PostgreSQL is a good and fast and stable database. Currently using Firebird 2.5 (2.5 is an old version that is really hard to upgrade) and it is unstable sometimes and not fast when datab...
So due to the use of a multitude of cursors and temporary tables that are part of the Oracle database environment that we are working into the PowerServer environment, we stumbled across the ability to use the long_connection option as part of the db...
Ported my app from PB2019 to PB2022R2. German Umlaute like öüäß are no longer working. Database is MySQL8.0. If i write Umlaue in a datawindow column and call dw.update() => next retrieve brings back some weird characters like 'ü' App connects ...
Our software has been developed to support both MS SQL Server & ORACLE depending on the client using the software. With PowerServer 2020 we had both SQL Server and ORACLE set up in our configuration (Database Type section) so the output would sup...
(edit Use Extended Attributes OFF, see print screen) Hello, Our DBA doesn't want those tables in the databases and my applications don't use them. So I have the option Use Extended Attributes OFF, Read Only ON pb.ini in AppData\Local\Appeon\Pow...
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...
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...
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...
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. ...
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...
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...
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文件在哪里可以找到? 谢谢。 ...
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...
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...
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...
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...
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...
  • Page :
  • 1