How can I access the field(column) values of Database rather than
executing the sql.
Is it possible.
Suppose I wanted the value of third row and the value of "CustomerFAX"
value in that row of Customer table,How can I get the
value directly without executing the Sql.
You can't, why would you want to ? You could just open the database in
something like Query Analyser and directly amend it ;-0
At 14:03 31/10/02 +0000, you wrote:
>How can I access the field(column) values of Database rather than
>executing the sql.
>Is it possible.
>Suppose I wanted the value of third row and the value of "CustomerFAX"
>value in that row of Customer table,How can I get the
>
>value directly without executing the Sql.