Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Database & SysAdmin
  3. Database
  4. Asked a question about "Powerbuilder 7.0" and "SQL 2005" issues

Asked a question about "Powerbuilder 7.0" and "SQL 2005" issues

Scheduled Pinned Locked Moved Database
questiondatabasehelptutorial
2 Posts 1 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    ChinaTJBoy
    wrote on last edited by
    #1

    Since we are the procedures companies use the original powerbuilder 7.0 development. powerbuilder 7.0 DataWindow for the use of multi-table connection, generated SQL statement, "*=" Equals "left join", "=*" equals "right join". But when I put the database to upgrade to SQL 2005, and compatible with the database-level adjustment to 9.0, the application error, suggesting that SQL 2005 does not support "*=" only support "left join" I can only adjust to the compatibility of 8.0 (which did not upgrade and What is the difference between) I should be how to solve it ?

    C 1 Reply Last reply
    0
    • C ChinaTJBoy

      Since we are the procedures companies use the original powerbuilder 7.0 development. powerbuilder 7.0 DataWindow for the use of multi-table connection, generated SQL statement, "*=" Equals "left join", "=*" equals "right join". But when I put the database to upgrade to SQL 2005, and compatible with the database-level adjustment to 9.0, the application error, suggesting that SQL 2005 does not support "*=" only support "left join" I can only adjust to the compatibility of 8.0 (which did not upgrade and What is the difference between) I should be how to solve it ?

      C Offline
      C Offline
      ChinaTJBoy
      wrote on last edited by
      #2

      "Powerbuilder 7.0"-generated statements, SELECT ctn_in_out.ctn_no, ctn_in_out.vessel_code, ctn_in_out.voyage, FROM ctn_in_out, goen_action WHERE ( ctn_in_out.vessel_code =* goen_action.vessel_code) SQL standard statements select * from ctn_in_out right join goen_action on ctn_in_out.vessel_code = goen_action.vessel_code

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups