The UNIX and Linux Forums
>
Top Forums
>
High Level Programming
problem with sql command in pro*c
User Name
Remember Me?
Password
Google UNIX.COM
Forums
Portal
Register
Rules & FAQ
Contribute
Members List
Arcade
Search
Today's Posts
Mark Forums Read
Thread
:
problem with sql command in pro*c
View Single Post in UNIX Forums - Click on the Thread or Permalink to View Entire Thread -->
#
3
(
permalink
)
05-09-2008
shafi2all
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);
shafi2all
View Public Profile
Find all posts by shafi2all