English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

or is there any other method I can use that would allow me to retreive any single item in the query result anytime in my code
(am working with sql database , asp.net and C#)

2006-07-28 07:48:26 · 1 answers · asked by people p 1 in Computers & Internet Programming & Design

1 answers

the results you have got are indirect an Array, you have to capture it and display or manipulate it.
you can use for example function fetch.row (); and the results you get, is an Array which you can manipulate it as usual and you can retrieve any item if you desire.

2006-07-28 08:03:13 · answer #1 · answered by Mag 7 · 0 0

fedest.com, questions and answers