The UNIX and Linux Forums  

Go Back   The UNIX and Linux Forums > Top Forums > High Level Programming
Google UNIX.COM



View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
  #3 (permalink)  
Old 05-09-2008
shafi2all shafi2all is offline
Registered User
 

Join Date: Apr 2008
Posts: 55
Another sample which might help you,

EXEC SQL AT LOGS INSERT INTO WELL_HEADER (UWI,WELLNAME,CRSTATUS,ELEVATION) VALUES (:uwival, :wellnameval, :crstatusval, :elevationval);
Reply With Quote