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 |
|
poornima
Starting Member
32 Posts |
Posted - 2006-11-13 : 00:59:25
|
| As i mentioned in my previous post i have a table containing the Date,Particulars,Credit,Debit,Balance cols.Now in ADO.net can i retrieve only the Credit col data n not only that a single value in credit col Thanks In Advance Poornima |
|
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2006-11-13 : 01:09:55
|
| Would you care to explain a bit more in detail?What do you mean by "single value in credit col" ?Harsh AthalyeIndia."Nothing is Impossible" |
 |
|
|
chiragkhabaria
Master Smack Fu Yak Hacker
1907 Posts |
|
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-11-13 : 06:39:39
|
quote: Originally posted by poornima As i mentioned in my previous post i have a table containing the Date,Particulars,Credit,Debit,Balance cols.Now in ADO.net can i retrieve only the Credit col data n not only that a single value in credit col Thanks In Advance Poornima
If you want to select only credit col, you should select it onlyor you need to give us more informations as askedMadhivananFailing to plan is Planning to fail |
 |
|
|
|
|
|