![]() |
Hello and Welcome from United States to the UNIX and Linux Forums! Thank You for Visiting and Joining Our Global Community.
|
|
google unix.com
|
|||||||
| Forums | Register | Forum Rules | Links | Albums | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| UNIX for Dummies Questions & Answers If you're not sure where to post a UNIX or Linux question, post it here. All UNIX and Linux newbies welcome !! |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| semaphore concept | maverix | UNIX for Advanced & Expert Users | 8 | 04-10-2008 11:07 AM |
| LUN concept | Prem | HP-UX | 1 | 02-22-2007 05:02 PM |
| Having difficulty with UNIX concept. Please help! | ALon | UNIX for Dummies Questions & Answers | 4 | 01-11-2007 11:42 AM |
| IPTABLES Firewall concept help | Bradley Porter | UNIX for Dummies Questions & Answers | 1 | 01-02-2007 05:39 AM |
| concept of mount point | Vikas Sood | UNIX for Dummies Questions & Answers | 3 | 06-08-2006 06:31 PM |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
||||
|
PRo*C program for SQL queries using threading concept
Hi All,
I have written 4 SQL queries. I want to write PRO*C program for this. I want to put these 4 queries in a single PR*C program using threading concept. Please guide me to write the pogram. the queries are as follows. 1. select * from head; 2. select * from details; 3. delete from head where <condition> 4. delete from DETAIL where <condition> I want to write a cursor for this like Cursor C! is select * from head; curosr c2 is select * from detail; ... IF c1 % found then delete from head; IF c2% found then delete from detail; .... Thank you. |
![]() |
| Bookmarks |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|