Wrox Home  
Search P2P Archive for: Go

  Return to Index  

asp_discuss thread: Directly Accessing The Fields


Message #1 by "Dibyendra Hyoju" <dibyendra@y...> on Thu, 31 Oct 2002 14:03:28
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.
Message #2 by Greg Griffiths <greg2@s...> on Thu, 31 Oct 2002 23:47:12 +0000
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.



  Return to Index