Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

PB10 and Informix Outer Join problem

Status
Not open for further replies.

jcura

Programmer
Oct 18, 2002
34
0
0
PT
I'm using PowerBuilder 10 with Informix 9 Native Interface.
I can't make a Outer Join to work in a DW (Design Mode) with Syntax = PB.
I have the DBParm like:
OJSyntax='PB'"
The join works in Syntax mode, but not in design Mode (this used to work in PB9...)

Can anyone help me?

Thanks
J. Cura
 
If you swith to syntax mode, write the SQL with the join, then switch back to design mode, does it work then?
 
When I switch between the Syntax mode and design Mode, the syntax it's always correct, but in the Preview and in runtime doesn't retrieve any results (when in Design mode).
In PB 9 the same SQL (in syntax and design mode), with the same database, works fine.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top