Top "Row" questions

A horizontal line of cells in a spreadsheet, SQL table, HTML table, or similar structure.

Get the number of Rows returned by a OleDbDataReader ASP.NET (VB)

After connecting to a database using DataReader, how can I count the number of rows ? Thanks.

asp.net vb.net row datareader
MySQL select before after row

This is the example table: Column | 1st record | 2nd record | 3rd record | 4th record | etc<br /> id (primary) | 1 | 5 | 8 | 12 | …

mysql row surround
JQuery toggle rows on click

I'm trying to hide/show a subset of rows when clicking a row with a specific id. Through a lot …

jquery html-table row expand
How can I lock a single row in Oracle SQL

It seems simple but I struggle with it. The question is how can I lock for example a single row …

sql oracle row locked
C# rows of multi-dimensional arrays

In the C# programming language, how do I pass a row of a multi-dimensional array? For example, suppose I have …

c# arrays multidimensional-array row indices
Selecting row while UITableView is in editing mode

I have a UITableView where when I put it in editing mode, I want selective rows to be selectable, however, …

ios iphone uitableview select row
Delphi - restore actual row in DBGrid

D6 prof. Formerly we used DBISAM and DBISAMTable. That handle the RecNo, and it is working good with modifications (Delete, …

delphi dataset row dbgrid locate
How can I extract the values from a record as individual columns in postgresql

How can I extract the values from a record as individual comuns in postgresql SELECT p.*, (SELECT ROW(id,server_…

postgresql subquery row record
Extracting minimum values per row using numpy

I have a question and I could not find the answer on the internet nor on this website. I am …

python numpy matrix row minimum
Adding rows into Cursor manually

I have an array of phone numbers and I want to get the corresponding contact names from the contacts database. …

android cursor row manual