View previous topic :: View next topic |
Author |
Message |
tattva Beginner
Joined: 02 Feb 2005 Posts: 97 Topics: 36
|
Posted: Wed May 18, 2005 3:34 pm Post subject: Accessing Tables |
|
|
Hi all,
I have created my own table for some LoAD JOB.
But i have a problem here :-
there is a program which access this table and another table(say "x")
Now how do i bind the program to access the table created by me and also the other table.
Note :- The qualifiers aren't the same for both the tables
Thanks,
Tattva |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
Posted: Wed May 18, 2005 4:49 pm Post subject: |
|
|
tattva,
Just include your own table in the pgm using exec sql and qualify the queries with the table qualifier.
Hope this helps...
Cheers
Kolusu _________________ Kolusu
www.linkedin.com/in/kolusu |
|
Back to top |
|
 |
tattva Beginner
Joined: 02 Feb 2005 Posts: 97 Topics: 36
|
Posted: Wed May 18, 2005 5:20 pm Post subject: |
|
|
But its giving me sql code -551 when am trying to bind it!!! |
|
Back to top |
|
 |
kolusu Site Admin

Joined: 26 Nov 2002 Posts: 12378 Topics: 75 Location: San Jose
|
|
Back to top |
|
 |
|
|