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. Oracle.Data.Client vs. System.Data.OracleClient

Oracle.Data.Client vs. System.Data.OracleClient

Scheduled Pinned Locked Moved Database
databaseoraclevisual-studioannouncement
1 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.
  • D Offline
    D Offline
    Dale Haessel
    wrote on last edited by
    #1

    Using an SQL statement under the dataset / table adapter code as follows (overwritten via the Fill to the following): With IQ as (SELECT BOM_REF_KEY, DESCRIPTION, BOM_REVIEWED, COMMENTS FROM SAPRCM.RCM_MRO_BOM a)Select a.BOM_REF_KEY, a.DESCRIPTION, a.BOM_REVIEWED, a.COMMENTS, 0 as MatchType from IQ a Where BOM_REF_KEY in (Select BOM_REF_KEY from SAPRCM.RCM_MRO_BOM_MAT b where material_key in (Select material_key from SAPRCM.RCM_MRO_RSPL where source_key = parent_source_key and ConCat(ConCat(ConCat(manufacturer, item_manu_model), '*'), NVL(item_part_no, '')) = 'CCI THERMAL TECHNOLOGIESGX108C*')) yeilds different results from microsoft version for some reeason (ends up to be 0 records whereas it should have been higher).

    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