<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:tahoma, new york, times, serif;font-size:10pt"><DIV>Hello,</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; When linking to&nbsp;an Oracle table where the record does not exist,&nbsp;Quiz and QTP seem to handle it differently. Quiz regards the items in the missing record to be null while QTP&nbsp;initializes them&nbsp;to&nbsp; " "&nbsp;or 0 (for char or num type) - ie. the old, familiar, non relational db case.</DIV>
<DIV>&nbsp;</DIV>
<DIV>eg. </DIV>
<DIV>&nbsp;</DIV>
<DIV>Access file_a link to Oracle_file_b optional</DIV>
<DIV>&nbsp;</DIV>
<DIV>define d_b char*5 = "Null" if b of Oracle_file_b is null</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; else&nbsp;&nbsp;&nbsp;&nbsp;b of Oracle_file_b&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;(I want d_b to be null if b is null, or if the record does not esist)</DIV>
<DIV>&nbsp;</DIV>
<DIV>In Quiz if the record Oracle_file_b does not exist, d_b&nbsp; will be "Null" </DIV>
<DIV>&nbsp;</DIV>
<DIV>In QTP it will be&nbsp;" "</DIV>
<DIV>&nbsp;</DIV>
<DIV>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.</DIV>
<DIV>&nbsp;</DIV>
<DIV>Because of this, I must add a separate condition in QTP either:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp; ... or record Oracle_file_b does not exist ...&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; or</DIV>
<DIV>&nbsp; ... or b of Oracle_file_b = " "</DIV>
<DIV>&nbsp;</DIV>
<DIV>Thanks</DIV>
<DIV>&nbsp;</DIV>
<DIV>Dan</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;</DIV></div></body></html>