|
|
| Author |
Message |
Jithesh N
New User
Joined: 22 Aug 2006 Posts: 2 Location: Trivandrum,Kerala, India
|
|
|
|
Hi all.
I'm afraid whether this is the correct forum to post this query.
I'm just getting into a project in which i have to use a tool( not sure it is a
tool or a third party language) which uses "FIND" statement instead of
"SELECT" in SQL..
I'll be great, if somebody have an idea on this and post me some study
documents. |
|
| Back to top |
|
 |
References
|
|
 |
shreevamsi
Senior Member
Joined: 23 Feb 2006 Posts: 320 Location: Hyderabad,India
|
|
|
|
hi,
Yes, That is not an general SQL COMAND. You must be using the FIND command for Select for accessing a database ...probably DATACOM. This command internally triggers an SQL which access the database.
~Vamsi |
|
| Back to top |
|
 |
Archana_MF
Active User
Joined: 21 Jul 2006 Posts: 50 Location: California
|
|
|
|
DATACOM does not use FIND, not that I know.
it uses REDKG, REDKY, GETPS, UPDAT DELET etc etc.. |
|
| Back to top |
|
 |
shreevamsi
Senior Member
Joined: 23 Feb 2006 Posts: 320 Location: Hyderabad,India
|
|
|
|
I didn't say DATACOM uses FIND. In our SHOP, we use FIND for:
FIND table-name from col-name = 'value' col-name2 = 'value2'.........
print col-names................'
This inturn returns the rows from the datacome tables for the SQL
Select col-names.............from table-name where col-name = 'value' col-name2 = 'value2'.
~Vamsi |
|
| Back to top |
|
 |
Archana_MF
Active User
Joined: 21 Jul 2006 Posts: 50 Location: California
|
|
|
|
Oh! Sorry.
correction taken |
|
| Back to top |
|
 |
|
|