Re: Powerbuilder mysql catalog tables
I use ref keyword and don't need to allocate space because output parameter is not string1) function MySQL definition FUNCTION `GetPrimary`(as_tabName VARCHAR(50)) RETURNS int(11)PowerBuilderfunction...
View ArticleRe: Is Powerbuilder 11.5 compatible with SQL Server 2012?
I'd say about 2 years given the track record. OTOH, this release of sql server has been criticized for lacking any significant features that might be used by most organizations (the in-memory stuff has...
View ArticleRe: Is Powerbuilder 11.5 compatible with SQL Server 2012?
Looks like Microsoft HANA with an increase in licensing fees from the article Chris posted.
View ArticleRe: Powerbuilder mysql catalog tables
Honnestly, I did not use MySQL DBMS very often If it's possible to have a trial version, I could verify it on my own. Jacob
View ArticleRe: Powerbuilder mysql catalog tables
I'm afraid but could not get the MySQL ODBC connector V 5.2.6: it requires an Oracle web account for download.. Anyway, I think you're facing a known MySQL limitation clearly explained here:MySQL...
View ArticleRe: Is Powerbuilder 11.5 compatible with SQL Server 2012?
Hi Matt; Correct ... the In Memory database options and columnar features target HANA, Sybase IQ, etc vendor products for sure (IMHO). That is why PB needs to be more inline with Oracle and SS than...
View ArticleDoes powerbuilder 11.5 support RDLC file?
Does PB11.5 or earlier version support RDLC file? Any tutorial on the same? ~Cheers
View ArticleRe: Does powerbuilder 11.5 support RDLC file?
No version of PowerBuilder supports RDLC.
View ArticleRe: Does powerbuilder 11.5 support RDLC file?
Is there a ReportViewer ActiveX control that can be used in PB Classic?
View ArticleExchange Web Services API how to connect/access using PB12.5 classic
Does anyone know how to connect/access the Exchange Web Services Managed API using PB12.5 classic or is it even possible to connect? ThanksDave V.
View ArticleRe: I can't get PB12.5 to 64-bit Oracle
Ben, thanks for clarifying that PB must use the 32 bit client, but...Changing the path environment variable had no effect. Neither did changing the App Paths registry setting. I also placed PB.EXE in...
View ArticleRe: I can't get PB12.5 to 64-bit Oracle
What Ben recommended should work. Also, check your path statement. Put the 32 bit home *before* the 64 bit client in the path. Reboot the machine, make sure the database starts, and then try it again.
View ArticleRe: I can't get PB12.5 to 64-bit Oracle
Gentlemen, I really appreciate your responses as they give me a starting place. I have tried all that you have suggested. To summarize, the 64-bit database is required and the oracle home must...
View ArticleRe: I can't get PB12.5 to 64-bit Oracle
Russ, Can the 32-bit SqlPlus access both of the 32-bit and 64-bit databases? With multiple ORACLE_HOMES, ORACLE_HOME64 will look for the tnsnames.ora from ORACLE_HOME64/network/admin and ORACLE_HOME32...
View ArticleRe: I can't get PB12.5 to 64-bit Oracle
Hi Beverly, I was able to get it working by creating a bat file with both the path and Oracle_home set. It works well. So I thank you and your colleagues. To answer your question though, the 32-bit...
View ArticleRe: Problems Migrating from PowerBuilder 5 to 10.5, including PFC.
Thank you everybody for your comments. I had material to work. I created a dummy application, and I attached the last version of PFC . Now I see that some libraries of PFC (specifically the...
View ArticleRe: Problems Migrating from PowerBuilder 5 to 10.5, including PFC.
Thank you everybody for your comments. Thank you everybody for your comments. I had material to work. I created a dummy application, and I attached the last version of PFC . Now I see that some...
View ArticleInvoking datawindow report from C# code
I have a Powerbuilder application with reports (.pbl file and data windows), there is a need to auto print some of the reports, out of WCF. Same WCF will be exposed to 3rd party vendor or might be...
View ArticleRe: Invoking datawindow report from C# code
Print them how? PDF? You could use PB.Net to create a .Net assembly that generates PDF from the report and then include that in your WCF project.
View Article