R
Ronny
I encounter a problem in which I can't fetch the value of a column as
follows. This happen only in the first column IP_ADDRESS which is defined as
VARCHAR(25) in the table. I gate the following error
Column 'IP_ADDRESS' does not belong to table NODE_LOCATION
Can someone help me please?
Regards
Ronny
foreach (DataRow AscendingDataRow in AscendingDataRows)
{
string ip_address = (string)AscendingDataRow["IP_ADDRESS"];// causes
exception : Column 'IP_ADDRESS' does not belong to table NODE_LOCATION
int BoudRate = (int)AscendingDataRow["ACTUAL_UPLINK_BANDWIDTH"];// work fine
follows. This happen only in the first column IP_ADDRESS which is defined as
VARCHAR(25) in the table. I gate the following error
Column 'IP_ADDRESS' does not belong to table NODE_LOCATION
Can someone help me please?
Regards
Ronny
foreach (DataRow AscendingDataRow in AscendingDataRows)
{
string ip_address = (string)AscendingDataRow["IP_ADDRESS"];// causes
exception : Column 'IP_ADDRESS' does not belong to table NODE_LOCATION
int BoudRate = (int)AscendingDataRow["ACTUAL_UPLINK_BANDWIDTH"];// work fine