Re: Data Source Design options: Convert to syntax or Convert to Graphics ?
You do not mention what the error is you are seeing or why you think it is the ‘Convert to Syntax’ is causing the issue? You say a runtime error, could there be a retrieve where the returned rowcount...
View ArticleRe: Data Source Design options: Convert to syntax or Convert to Graphics ?
Hi, Chris. How are you? What I meant is that the "graphic mode" option is causing the errors, not the opposite. About the erros, sometimes we experience SetTransObject() errors, or retrieving...
View ArticleRe: Data Source Design options: Convert to syntax or Convert to Graphics ?
Often when the same error creeps up at different points, the code is missing Error Checking. It is dropping thru code and not being trapped. Is the SqlCode tested on the Connect? Is the Rowcount on...
View ArticleRe: Data Source Design options: Convert to syntax or Convert to Graphics ?
You didn't mention which DBMS you're using, and which database driver. I've never seen graphic mode cause any kind of errors - except errors in SQL execution. For example, if you have "chained outer...
View ArticleRe: Data Source Design options: Convert to syntax or Convert to Graphics ?
Hi Denise; FWIW: I never use Syntax mode unless I am using some specific SQL feature like for example HINTS or special options specific to a DBMS vendor. Graphics mode allows PB applications to...
View ArticleRe: Data Source Design options: Convert to syntax or Convert to Graphics ?
Hi, Chris. It's a WCF application, so it doesn't have a visual interface. In that case, I only see things by debugging and it's not possible changing font colors. Anyway we do have all necessary...
View ArticleRe: Data Source Design options: Convert to syntax or Convert to Graphics ?
Hi, Paul.. Our system works with Oracle 10g, 11g, SQL and even SAP Hana.
View ArticleRe: Data Source Design options: Convert to syntax or Convert to Graphics ?
Hi M; FWIW: I have been using PB since v0.8 Alpha (1999) across a myriad of DBMS vendor products and never encountered Graphic SQL problems (other than not being able to revise SQL in graphics mode in...
View ArticleRe: Data Source Design options: Convert to syntax or Convert to Graphics ?
No - I'm not saying that at all. I haven't tested this in 12.x, so my only experience with this feature happens to be with older versions.
View ArticleRe: Data Source Design options: Convert to syntax or Convert to Graphics ?
Hi Chris P,If you switch to using ANSI as the outer join syntax then you may see the problems. Using the PB outerjoin syntax (which generates '*=' in SS/ASE instead of 'left outer join') may still...
View ArticleRe: Data Source Design options: Convert to syntax or Convert to Graphics ?
Thanks for the details on what causes your issues. I'll try and keep an eye out for these scenarios. Yes, switching to ANSI Join mode was a departure from the PB Join. I remember getting some issues...
View ArticleRe: Data Source Design options: Convert to syntax or Convert to Graphics ?
We're straying off-topic here. Nobody said that outer joins were the issue. The OP has a "runtime error", and suspects graphical vs. syntax view - and that's all that's been said.
View ArticleRe: PowerBuilder roadmap location should one exist
Could any share documented version of Roadmap for PowerBuilder?
View ArticleRe: PowerBuilder roadmap location should one exist
Hi Balu; There is no current road-map for PowerBuilder. The PB community is hoping to hear about the PB Road-Map and other topics at the 2015 PowerBuilder Conference in May. SAP Senior VP Dirk...
View ArticleRe: PowerBuilder roadmap location should one exist
Thanks for your reply... Its hurts, such a big development tool is having any road map. Let see what SAP is having for PowerBuilder.
View ArticleRe: PowerBuilder 11.5 & C++ DLL issue
I made some small test using Visual Studio 2010 Express and get it working by using a def file. My function looks like this... EASYDLL_API TCHAR * sayhello (void){ return L"Hello PowerBuilder";} The...
View ArticleRe: PowerBuilder 11.5 & C++ DLL issue
When I make a .dll I always use a .def file and define my functions like this: datatype WINAPI functionname ( datatype argumentname )
View ArticleLocalized RunTime Files for spanish
Hi guys Does anyone know the path to download the localized runtime files for spanish? Thanks in advance
View ArticleRe: Using Manifest File in PowerBuilder 5
Hi, Please let me know, Is there any other way to get the list of components and reference ( DLL & OCX ) used in PB5 application? Thanks,Sundar
View ArticleRe: SQL Server 2012 Always On ?
I may have trust my client too much on this.Thanks for the infoI will check that
View Article