Top "Records" questions

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

SQL Delete Records within a specific Range

This is probably a very simple question for somebody with experience, but I just wanted to know the safest way …

sql sql-delete records
Excel Error: Removed Records: Sorting from /xl/worksheets/sheet10.xml part

I'm almost sure I will have to create a new excel file, but maybe at least here I get some …

excel records vba
Copy rows from one table onto another using INSERT query

I have a table with 158 columns and 22,000 rows and I have another empty table where I want insert values dynamically …

mysql select insert records
How can mysql insert millions records faster?

I wanted to insert about millions records into my database, but it went very slow with a speed about 40,000 records/…

mysql insert records
How to count unique records and get number of these uniques in table using SQL?

Imagine I have table like this: id:Product:shop_id 1:Basketball:41 2:Football:41 3:Rocket:45 4:Car:86 5:Plane:86 Now, this is an example …

sql count unique numbers records
Initializing an array of records in VHDL

I have an record defined as follows type ifx_t is record data : std_logic_vector(127 downto 0); address : std_logic_…

arrays signals vhdl records
Updating several records at once using Django

I want to create a list of records with checkboxes on the left side....kinda like the inbox in Gmail. …

django django-templates records
Delete all records in NSManagedObjectContext

Is there a way to delete all the records from an NSManagedObjectContext? I'm using the following code to insert data: …

cocoa core-data records
How to properly free records that contain various types in Delphi at once?

type TSomeRecord = Record field1: integer; field2: string; field3: boolean; End; var SomeRecord: TSomeRecord; SomeRecAr: array of TSomeRecord; This is the …

delphi records
Subform only shows single record

I have a subform(Users subform) embedded in a form(users). What I am trying to achieve is on load, …

ms-access records subform