473,407 Members | 2,326 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,407 software developers and data experts.

Assigning value to a DataRow

Anybody ever tried to assign certain values in one datarow to certain
locations in another datarow?

Here is my code to this pont. Followed by the output from the command
window in vs.net debugging mode.

targetRow[0].BeginEdit();

targetRow[0].ItemArray[grwFSAIndex] = dr.ItemArray[fsaIndex];

targetRow[0].ItemArray[grwFSAFieldIndex] = dr.ItemArray[fsaFieldIndex];

targetRow[0].ItemArray[grwFSATractIndex] = dr.ItemArray[fsaTractIndex];

targetRow[0].EndEdit();

Output:

dr.ItemArray

{Length=6}

[0]: "83"

[1]: "91667"

[2]: "1234"

[3]: "56"

[4]: "7"

[5]: "4"

targetRow[0].ItemArray

{Length=12}

[0]: "Name"

[1]: {83}

[2]: "Other Name"

[3]: "The name"

[4]: {14544}

[5]: {91667}

[6]: "WY"

[7]: "Vincent"

[8]: {4.78}

[9]: ""

[10]: ""

[11]: ""

As you can see, after the assignment the columns 9 to 11 on targetRow should
be set to the values 2 to 4 on dr. The column variable numbers are correct
in my code, but for some reason I cannot get the values to be assigned.

Thanks ahead,

Shock
Nov 18 '05 #1
1 2308

"Shock" <no@waydude.com> wrote in message
news:10*************@corp.supernews.com...
Anybody ever tried to assign certain values in one datarow to certain
locations in another datarow?

Here is my code to this pont. Followed by the output from the command
window in vs.net debugging mode.

targetRow[0].BeginEdit();

targetRow[0].ItemArray[grwFSAIndex] = dr.ItemArray[fsaIndex];

targetRow[0].ItemArray[grwFSAFieldIndex] = dr.ItemArray[fsaFieldIndex];

targetRow[0].ItemArray[grwFSATractIndex] = dr.ItemArray[fsaTractIndex];

targetRow[0].EndEdit();

Output:

dr.ItemArray

{Length=6}

[0]: "83"

[1]: "91667"

[2]: "1234"

[3]: "56"

[4]: "7"

[5]: "4"

targetRow[0].ItemArray

{Length=12}

[0]: "Name"

[1]: {83}

[2]: "Other Name"

[3]: "The name"

[4]: {14544}

[5]: {91667}

[6]: "WY"

[7]: "Vincent"

[8]: {4.78}

[9]: ""

[10]: ""

[11]: ""

As you can see, after the assignment the columns 9 to 11 on targetRow should be set to the values 2 to 4 on dr. The column variable numbers are correct in my code, but for some reason I cannot get the values to be assigned.

Thanks ahead,

Shock

Awww. I am bummed, nobody can help me. LOL.

Shock
Nov 18 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Sajid | last post by:
Hello, I have the following case where I want to assign a value to a column in a row. But it gives me an error that "Property Item is readonly": DataAdapter.Fill(DataTable1) Dim clone as...
3
by: Carl Lindmark | last post by:
*Cross-posting from microsoft.public.dotnet.languages.csharp, since I believe the question is better suited in this XML group* Hello all, I'm having some problems understanding all the ins and...
6
by: Steve Wasser | last post by:
I've got a DataTable, see? I'm pulling it from a stored procedure, dig? I've gotta push it to an array for calculating certain columns, then spit it to a web page. With me so far? The datacolumns...
3
by: Chet | last post by:
I have a DataRow from a table in a data set. One of the columns has a name of "COMPANY_TICKET_ID" and I'm trying to get this column's value with the following: foreach( DataRow row in...
1
by: Shock | last post by:
Anybody ever tried to assign certain values in one datarow to certain locations in another datarow? Here is my code to this pont. Followed by the output from the command window in vs.net...
7
by: Adrian Parker | last post by:
'function to convert null to nothing Function CheckDate(ByVal DRow As DataRow, ByVal strCol As String) As Date If DRow.Item(strCol) Is System.DBNull.Value Then Return Nothing Else Return...
0
by: JSantora | last post by:
Essentially, InsertAT is broken! For the past couple of hours, I've been getting this "Parameter name: '-2147483550' is not a valid value for 'index'." error. Apparently, its caused by having...
3
by: Niyazi | last post by:
Hi all, I have a dataTable that contains nearly 38400 rows. In the dataTable consist of 3 column. column 1 Name: MUHNO column 2 Name: HESNO Column 3 Name: BALANCE Let me give you some...
1
by: tsorgi | last post by:
I'm writing a data conversion application to support a system migration. The code is reading formatted text files and loading them into MS SQL 2005 database tables. I wanted to call the existing...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.