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.

 All Forums
 General SQL Server Forums
 New to SQL Server Programming
 ADO.net query

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 Athalye
India.
"Nothing is Impossible"
Go to Top of Page

chiragkhabaria
Master Smack Fu Yak Hacker

1907 Posts

Posted - 2006-11-13 : 01:22:17
Poornima, if you really want any acurate answer's from this forum then have a look at this link and post it accordingly

http://weblogs.sqlteam.com/brettk/archive/2005/05/25/5276.aspx



Chirag

http://chirikworld.blogspot.com/
Go to Top of Page

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 only
or you need to give us more informations as asked

Madhivanan

Failing to plan is Planning to fail
Go to Top of Page
   

- Advertisement -