Re: Third party ADO.NET driver providers
I would like to add that I'm not familiar with firebird... But I made some tests with MySQL & ADO.NET. I did connect to my database with ADO.NET driver provided from mysql. The settings I made...
View ArticleRe: How can I search in Powerbuilder IDE for object comments?
Peace of cake..PBTools build 89 (free) searches object from object names and comments.http://myelkovan.codeplex.com/
View ArticleRe: error when running pb125 or microsoft outlook
Hi, try to disable IPV6 protocol or, if disabled, enable IPV4. I had problem with PB and IPV6. Disabling IPV6 all work fine. If you use SYSAM with a server license, you surely had to disable IPV6...
View ArticleRe: XP PB11.5 Memory Allocation
ah yes, but, if you look at the VB code, you'll see it can allocate 1GB (well, 1,000,000,000) with no problem.
View ArticleRe: Using FirebirdSql.Data.FirebirdClient.dll with ADO.NET in PB 12.5 .NET
Thanks a lot. We managed to go one step further... (a) 'catalog tables' are not created... Funny message, because I am using a Firebird database with full grants on the PBCAT... etc. tables, so they...
View ArticleRe: Third party ADO.NET driver providers
First part of the answer is to install a DDEX Provider for Visual Studio for the third part provider you like to use.But apparently there are still open issues after doing this stopping your...
View ArticleRe: How can I search in Powerbuilder IDE for object comments?
So, great chance to start a public list with 3rd-party tools around the PB-IDE...
View ArticleRe: How can I search in Powerbuilder IDE for object comments?
There's a site that is intending to be that. http://powerbuilder-central.com/index.php/en/
View ArticleRe: Third party ADO.NET driver providers
Hi Bruce... I wonder if anyone answered to that case... (Do you have a support contract or you submitted the case through casexpress?) Andreas.
View ArticleRe: Using FirebirdSql.Data.FirebirdClient.dll with ADO.NET in PB 12.5 .NET
Hello Juergen. About point (a) I also had that problem... Couldn't figure until now how to correct that. Now about (c) do you face that situation on the development machine or in a client machine? I...
View ArticleRe: Third party ADO.NET driver providers
I submitted the case through case express under a support agreement. The person working the case created the CR and sent it to engineering. That's about all I ever heard on it.
View ArticleRe: Third party ADO.NET driver providers
OK, I can try to open a case as well through the people whom I am consulting.
View ArticleRe: How can I search in Powerbuilder IDE for object comments?
Yes, You are right. I actually would like to have all these features in PB, therefore I opened many cases and enhance requests in 10 years, however sybase could not add even a horizontal scroolbar to...
View Articlecaching on EAServer
We have several PB components (12.5.1) hosted in EAServer 6.3.1, that call external web services (using .NET engine).We are stacked with SoapConnection caching:First, it seems that we cannot set...
View ArticleRe: Using FirebirdSql.Data.FirebirdClient.dll with ADO.NET in PB 12.5 .NET
Hi Andreas, the problem occurs on my development machine... And it still occurs after now I use 'your' DBPARM. Do we have the same PB config?(12.5.2, Build 5583?!) Concerning the 'Catalog' error: When...
View ArticleRe: EAServer 6.3.1 compatible with JDK 1.7[EBF 20852 6.3.1 ESD #6 Support...
Hi Kunar, i think you can add the additional parameters in your winservice_xxx.ini file.I attach my files. You can have a look in it and modify your file by adding the needed lines. I have never...
View ArticleRe: Using FirebirdSql.Data.FirebirdClient.dll with ADO.NET in PB 12.5 .NET
I followed your example and created a new test application: It works. In my migrated application (based on pfc/pfe) it does not work... So far I discarded one warning, which originates from me being...
View ArticleRe: Using FirebirdSql.Data.FirebirdClient.dll with ADO.NET in PB 12.5 .NET
No. I only tried with firebird. I do use mysql but with odbc drivers... Andreas.
View ArticleRe: Using FirebirdSql.Data.FirebirdClient.dll with ADO.NET in PB 12.5 .NET
This message about architecture is strange... Please verify that you are using the x86 version of the ADO.NET driver, your os is 32-bit and your project is set to compile to 32-bit and not 32-bit or...
View ArticleRe: Setting the SessionID and EndPoint for SForceService in PB 12.5
Thanks for the advice. Sorry about the delay in testing this solution out. Had some problems because I was trying to use this as EasySoap. After I clicked no the .NET option was able to get further....
View Article