Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~202 People Reached
Favorite Forums
Favorite Tags
row x 2
Member Avatar for fx5500

hello I have a datareader and I how can i know that, how many row this datareader have? [CODE] string query_ci = "SELECT [Kolon1],[Kolon2],[Kolon3] FROM[Sheet6$A:J] WHERE [Kolon1]='" + kolon_bul+ "'"; OleDbDataReader rdr_ci; OleDbCommand komut_ci = new OleDbCommand(query_ci, conn); rdr_ci = komut_ci.ExecuteReader(); // ---> i want to know in here rows …

Member Avatar for alc6379
0
105
Member Avatar for fx5500

Hi, Im working with an excel file. For exampler there is 500 rows in the sheet and 4 columns in the sheet. First 3 columns have data but 4th columns is empty. I want to write this column's all rows' "1. row", "2. row", "3.row"... My codes below.. How can …

Member Avatar for Cort3z
0
97