Top "Record" questions

A record in programming is a data type with labels to access fields of the record.

SQL - Update multiple records in one query

I have table - config. Schema: config_name | config_value And I would like to update multiple records in one …

mysql record
How to get the last N records in mongodb?

I can't find anywhere it has been documented this. By default, the find() operation will get the records from beginning. …

mongodb record
Return a value if no record is found

I have this simple statement that works: SELECT idnumber FROM dbo.database WHERE number = '9823474' If the number does …

sql select null record
Delphi TList of records

I need to store a temporary list of records and was thinking that a TList would be a good way …

delphi record tlist
Entity Framework 4: Selecting Single Record

I'm currently planning on switching my "manual query-writing" code to a nice SQL framework, so I can leave the queries …

entity-framework select entity-framework-4 record
How to use record to loop a ref cursor?

I want to write PL/SQL to test a function in a package. The package defines a cursor type TYPE …

oracle plsql record ref-cursor
Call method after 5 millisecond

How to call record method after 5 millisecond playing audio with MediaPlayer. I tried something like that but i don't know …

android delay record playing
Using Oracle PL/SQL table of record with multiple %rowtype fields

How can I populate a table of records which has more than one field of %rowtype using bulk collect? my …

oracle plsql record rowtype bulk-collect
Database - (rows or records, columns or fields)?

In database terminology: What is the difference between a row and a record? Likewise, aren't columns and fields the same …

sql database oracle naming-conventions record
Screen Video Record of Current Activity Android

Is it possible to record screen video of current running activity from same activity ? I know how to take screenshot …

java android screen record