Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
| Author |
Topic |
|
rammohan
Posting Yak Master
212 Posts |
Posted - 2008-09-02 : 06:48:52
|
| Hi,I have several columns in my table, but I want to fetch data using column index instead of column name in select command.is there any way to do this.One can never consent to creep,when one feels an impulse to soarRAMMOHAN |
|
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
|
visakh16
Very Important crosS Applying yaK Herder
52326 Posts |
Posted - 2008-09-02 : 08:25:32
|
| Or do it in your front application. Bring it to recordset and then use position to retrive what you want. |
 |
|
|
|
|
|