Initializing when Oracle record does not exist

Peter Bateman peterbateman808 at hotmail.com
Mon Apr 19 18:26:55 CDT 2010


Hi All:

   Is item b the link item ? 

   I believe QTP is working as described in the manuals. 

   Some of the later versions of Oracle allow for external tables. 
   If you have declare file_a to be an external table in Qracle then you can
   join file_a to Oracle_file_b.

   If you did the the optional join in a cursor and NULLS are allowed in the dictionary 
   definition then QTP and Quiz should work similarly.

   i.e.

   Declare XYZ cursor &
             for select .... from file_a A left join Oracle_file_b B &
                                on A.link_item = B.link_item 

  Access XYZ

Date: Mon, 19 Apr 2010 13:12:31 -0700
From: danhl at rogers.com
Subject: Initializing when Oracle record does not exist
To: powerh-l at lists.sowder.com



Hello,
 
  When linking to an Oracle table where the record does not exist, Quiz and QTP seem to handle it differently. Quiz regards the items in the missing record to be null while QTP initializes them to  " " or 0 (for char or num type) - ie. the old, familiar, non relational db case.
 
eg. 
 
Access file_a link to Oracle_file_b optional
 
define d_b char*5 = "Null" if b of Oracle_file_b is null
                       else    b of Oracle_file_b         
 
 (I want d_b to be null if b is null, or if the record does not esist)
 
In Quiz if the record Oracle_file_b does not exist, d_b  will be "Null" 
 
In QTP it will be " "
 
Does anyone know why ? I would prefer both Quiz and QTP to act the same way and for Oracle files not existing, initialize to null.
 
Because of this, I must add a separate condition in QTP either:
 
  ... or record Oracle_file_b does not exist ...         or
  ... or b of Oracle_file_b = " "
 
Thanks
 
Dan
 
  		 	   		  
_________________________________________________________________
Got a phone? Get Hotmail & Messenger for mobile!
http://go.microsoft.com/?linkid=9724464
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.sowder.com/pipermail/powerh-l/attachments/20100419/b227d2f0/attachment.htm 


More information about the powerh-l mailing list