vb.net array to SQL server table
I have generated 100k values in a vb.net array and I want to use them to
update a field in 100k records in a sqls table that has an ID field 1-100k.
I need the first record in the array to go in the record with id 1 etc.
Does anyone have any good idea about hoe to do this nicely?
thanks.
.
Relevant Pages
- IDA expertise gezocht : an array of a user-defined structure
... I'm working with IDA, ... What I can't seem to do is to create an array of records. ... first record: The array shows the first record as defined, ... In the code only offsets to the first record are translated into ... (comp.lang.asm.x86) - Efficiency Question: Large Arrays vs. Indexed Files on Alphas
... am writing a program in Basic that will run on each box, ... decide to read some fields of some records into an array and ... maintain records that will eventually be written to an output file ... write the first record to the output file and just update each ... (comp.os.vms) - RE: [PHP] PHP MySQL Insert Syntax
... /*I'm trying to insert values from an array into MySQL DB but the insert ... begins at the last record in the table and not at first record in the table. ... I have added the cellSuffixes column after I already populated 30 records in ... (php.general) - Re: Array to find relative position - is there a better way?
... 1)} (entered as an array formula) ... it pulls the position of the first record not the last. ... The data ranges are named ... pull the most recent stage. ... (microsoft.public.excel.worksheet.functions) - get first and last items in array
... I want to get the first record and last record in an array. ... And I want to grab the first and last items in the array, ... Any advice would be appreciated. ... (comp.lang.php) |
|