Re: passing string variable to select query not working
thanks..i just modified to mentor="'+mid+'"and its working fine... thanks
View ArticleRe: Slow performance when deploying web forms app
Case closed !! Problem was unoptimized libraries. Best regards --------------------------AUS Julián TagarroNeoSistemas SRL
View ArticleRe: PowerBuilder 12.5.2 EBF
Powerbuilder didn't support Free Patch/EBF anymore ? Then if there is a new version, we won't need or hurry to buy , waiting for the last stable update is the best choice. I feel like buying apple with...
View ArticleRe: PowerBuilder 12.5.2 EBF
Go to SAP Service Marketplace Download Center:https://service.sap.com/swdc Then go toSupport Packages and Patches - P --> SYBASE POWERBUILDER --> SYBASE POWERBUILDER 12.5 You should see the new...
View ArticleRe: Missing Datatype for 64 Bit unsigned integers in PB (Classic/Native).
Time not so long ago someone could not imagine anyone ever needs more than 640KB memory for any application. This shows how to become billionaire with false assumptions. :-) I told that it works with...
View ArticleRe: Missing Datatype for 64 Bit unsigned integers in PB (Classic/Native).
Hi Roland, did you know more than Sue is telling us for the GA of PB15?There had been release dates on Powerpoints from Q2/2013 to Q3/2014 (lastone i saw) how did you know that it is too late? Regads...
View ArticleRe: Profilestring - can I tell where they are pulling the ini from
I imagine that Windows 2008 is more like Windows 7, where user files are stored under: C:\Users\<username>\AppData\Roaming What you really want to do is use the SHGetFolderPath method to ask...
View ArticlePowerbuilder 8.0.3 - PBVM80.PDB file needed
Hello there.We are a Software Developer using PowerBuilder 8.0.3.0 We have an issue where Microsoft is involved and trying to help us understand a crashing issue with the PBVM80.dll file. We hope...
View ArticleRe: How can i pass integer,long and datetime datatype to a webservice
Hi Beverly, Thanks for retest for me. I also tried to do that.Unfortunately its still the same error .Is that any powerbuilder release issue ? I am using pb.net 12.5.1 build (4953). RegardsSubrat
View ArticleRe: Powerbuilder 8.0.3 - PBVM80.PDB file needed
If you tell us what the code is doing when the crash occurs we might be able to tell you what the problem is. Well, aside from continuing to use a version of PowerBuilder that was released in 2001.
View ArticleRe: How to pass a structure/array of structure as input parameter in a...
Consider formatting your in and outputs of the webservice as XML. That way you just need one string parameter and return one string.
View ArticleRe: Powerbuilder 8.0.3 - PBVM80.PDB file needed
The PDB file would be found on the computer used by Sybase to compile PB 8.0.3 way back in 2001. It is not part of the distribution of PowerBuilder. Even if they still had the exact version that...
View ArticleRe: Profilestring - can I tell where they are pulling the ini from
I have an example of SHGetFolderPath: http://www.topwizprogramming.com/freecode_filesys.html
View ArticleRe: Powerbuilder 8.0.3 - PBVM80.PDB file needed
Hi Bruce, According to my Programmer, It is attempting read information from a data store. This works several times before successfully. Our guess is that it's some type of memory leak or memory issue...
View ArticleRe: Powerbuilder 8.0.3 - PBVM80.PDB file needed
There are better ways to debug a PowerBuilder app. Run the executable with /pbdebug as a command line option. That will spit out a trace file that should point you to exactly the line that is...
View ArticleRe: Database Interface Question
A timer is probably the way to go but interferes with the running of your app. You could put the timer and table reading on another thread using SharedObjectRegister() etc. What happens then depends on...
View ArticleRe: Powerbuilder 12.1 and web service deploy problems
I am not certain that I understand how to change the specification of the wsdl. Currently, it is "hardcoded" on the deployment. When I step through the program, I can see where the current code pulls...
View ArticleRe: Database Interface Question
Do you remove the row from the interface table once it's been processed? As Manuel suggested, insert trigger is the best approach. But since you already have the code in your second app in place, then...
View Article