Fetch Query in control bolck [message #328648] |
Sat, 21 June 2008 02:45 ![Go to next message Go to next message](/forum/theme/orafaq/images/down.png) |
eshta
Messages: 33 Registered: February 2006 Location: Saudi Arabia
|
Member |
![beegees812003](/forum/theme/orafaq/images/yahoo.png)
|
|
Hi to all,
I want to fetch a query result (multiple records) in a control block, the problem I am facing it throws an error if the query retruns more than one record!!!
How it can be done?
|
|
|
|
Re: Fetch Query in control bolck [message #329101 is a reply to message #328648] |
Tue, 24 June 2008 02:07 ![Go to previous message Go to previous message](/forum/theme/orafaq/images/up.png) |
Frank
Messages: 7901 Registered: March 2000
|
Senior Member |
|
|
If the query returns more than one record, they are either duplicates, allowing you to use distinct, or you have to add a where-clause.
If you cannot tell which record to use from the set of returned rows, how can Forms?
|
|
|