Re: SQL Server 2012 LocalDB failing to connect
Did you find a way to connect MS Sql LocalDB? PB 12.5 does not support SQLNCLI11 and I think LocalDB need the SQLNCLI11.Will PB support this in the future?Thanks
View ArticleRe: PBService Anyone?
FWIW: If you are on XP ... then direct communication would be possible between the service and normal windows application. However, on W7, W8, W2008R2, etc (higher) - you would have to communicate...
View ArticleRe: Powerbuilder vs Java
Hi, Chris. That's ok.Could you please send me in my e-mail deise30@yahoo.com ? Thank you!
View ArticleRe: Using Tableblob
It has nothing to do with the database. It has to do with the type of control you inserted in the DataWindow. You need to insert a TableBlob column. What you've inserted is an OLE Database Blob...
View ArticleRe: Using Tableblob
I inserted a tableblob column only in my datawindow.After that, a I selected type Image.I didn't insert OLE Database Blob.I have to insert both of them?
View ArticleRe: Using Tableblob
No, you just need to insert the table blob. Are you sure the data is in the table?
View ArticleRe: Using Tableblob
Yes of course...My data exist in database....In Management Studio the data consist of "<Binary data>" P.S.My version is PB 12.5 classic...
View ArticleSLOW PB REPORT ON WIN2012 SERVER
Hello. I recently moved one of my PB App's (Pb 11.2) to a Windows 2012 server and have serious performance trouble with my "Invoice-report". In "RetrieveEnd" i use do until to loop throug the data to...
View ArticleRe: PB 12.5 Classic with web service proxy error
Thanks Bruce. So far I have tried a number of things. 1. I renamed all the competing versions of libeay32.dll This broke DB2 connect in my application which uses it for authentication and later for...
View ArticleRe: SLOW PB REPORT ON WIN2012 SERVER
Hi Sten, With only four rows a second is a very long time. Have you tried a for next loop? (Perhaps the do while is doing more loops that you want it to.) Are you doing anything else within the loop?...
View ArticleRe: Error saveas PDF PB12.5.NET
I bet that hurt to say something good about PB.Net didn't it.
View ArticleRe: PB15 Beta Installation Issues
I can't seem to locate the download page,Can you share this?
View ArticleRe: PB15 Beta Installation Issues
The download is only available from with the SAP service marketplace. You need to have an S user id to access it. There are instructions for obtaining that in the announcement of the beta...
View ArticleRe: Powerbuilder vs Java
Hi Manuel; I have sent the presentation slides to you this AM. Please check your email in-box. Regards ... Chris
View ArticleRe: PB15 Beta Installation Issues
OK. I started over with a clean machine. There are still a couple of issues with the install. 1. Installing the .NET Prereqs still gives me the same error, cannot find the file vs_setup.msi. I...
View ArticleRe: pb accessibility files allow access, but cause a problem
Are you certain the pbacc125.dll file you placed on the citrix machine is the exact same version of your installed DLLs for PB? Version mismatches can cause some weird problems that are nearly...
View ArticleRe: PB15 Beta Installation Issues
According to the PB150install.txt: Please note that the RichTextEdit control, the RichText DataWindow, and the RichText column in DataWindows will not work in the Beta release of the PowerBuilder...
View ArticleMy PB15 Beta Installation Experience
Hey folks, I just installed the PB15 Beta and have had a slightly different experience. Initially I chose to install the PB.Net prerequisites but the installer asked me if I wished to re-install them....
View Article