473,734 Members | 2,806 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

No accessible overloaded 'DataRowCollect ion.Add' can be called without a narrowing conversion.

What do I need to do to add a row to a table with single column? I got the
"mnarrowing conversion" ewrror mesage.

Thanks

Bill

-----------------

Dim rValue(0) As Object

rValue(0) = CInt("1001")

dS.Tables(0).Ro ws.Add(rValue(0 ))

Error:
Additional information: No accessible overloaded 'DataRowCollect ion.Add' can
be called without a narrowing conversion.
Apr 10 '06 #1
2 4263
The Add method is expecting an Array of type Object, not one element of an
Array of type Object.

ds.Tables(0).Ro ws.Add(rValue)

should work.

Tony

"Bill Nguyen" wrote:
What do I need to do to add a row to a table with single column? I got the
"mnarrowing conversion" ewrror mesage.

Thanks

Bill

-----------------

Dim rValue(0) As Object

rValue(0) = CInt("1001")

dS.Tables(0).Ro ws.Add(rValue(0 ))

Error:
Additional information: No accessible overloaded 'DataRowCollect ion.Add' can
be called without a narrowing conversion.

Apr 10 '06 #2
Thanks Tony;
This works well.
one more thing, can I sort the DS.Tables(0) after adding this new row?

Bill
"tlkerns" <tl*****@discus sions.microsoft .com> wrote in message
news:3B******** *************** ***********@mic rosoft.com...
The Add method is expecting an Array of type Object, not one element of an
Array of type Object.

ds.Tables(0).Ro ws.Add(rValue)

should work.

Tony

"Bill Nguyen" wrote:
What do I need to do to add a row to a table with single column? I got
the
"mnarrowing conversion" ewrror mesage.

Thanks

Bill

-----------------

Dim rValue(0) As Object

rValue(0) = CInt("1001")

dS.Tables(0).Ro ws.Add(rValue(0 ))

Error:
Additional information: No accessible overloaded 'DataRowCollect ion.Add'
can
be called without a narrowing conversion.

Apr 10 '06 #3

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

Similar topics

5
6884
by: Andy Jarrell | last post by:
I'm trying to inherit from a specific class that has an overloaded operator. The problem I'm getting is that certain overloaded operators don't seem to come with the inheritance. For example: // TestA.h --------------------------------------- #include <iostream> enum Aval { FIRST_VALUE,
1
2225
by: masood.iqbal | last post by:
I have a few questions regarding overloaded typecast operators and copy constructors that I would like an answer for. Thanks in advance. Masood (1) In some examples that I have seen pertaining to casting class A to class B, the implementation of the
14
1653
by: Erik Frey | last post by:
Hello, Say I have the following two classes: class Base { } class Inherited : Base {
9
2375
by: Codemonkey | last post by:
Hi, Sorry for a stupid question, but is it possible to do a narrowing conversion with an object array with Option Strict On in VB? E.g: ------------------ Dim aBase as Base() = {New Derived(), New Derived(), New Derived()}
2
1933
by: jason | last post by:
Since going to framework 2.0 from 1.1, I'm getting error: Overload resolution failed because no accessible 'New' can be called without a narrowing conversion: On line: Dim LogInfo As New FileStream("f:\xxx\xxx.log", FileShare.ReadWrite,FileAccess.Read)
0
1060
by: tshad | last post by:
I am getting the following error which makes no sense. No accessible overloaded If you look at the error, there is one overloaded function that can be called (int, string, int, int). The first variable is constant that should work fine as an int and works everywhere else. The second variable is a string.
3
1877
by: tshad | last post by:
I am getting the following error which makes no sense. I am doing this in asp.net. I get the following error: No accessible overloaded If you look at the error, there is one overloaded function that can be called (int, string, int, int). The first variable is constant that should work fine as an int and works everywhere else.
5
2292
by: raylopez99 | last post by:
I need an example of a managed overloaded assignment operator for a reference class, so I can equate two classes A1 and A2, say called ARefClass, in this manner: A1=A2;. For some strange reason my C++.NET 2.0 textbook does not have one. I tried to build one using the format as taught in my regular C++ book, but I keep getting compiler errors. Some errors claim (contrary to my book) that you cannot use a static function, that you must...
4
3378
by: abendstund | last post by:
Hi, I have the following code and trouble with ambiguity due to operator overloading.. The code is also at http://paste.nn-d.de/441 snip>>
0
8946
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8776
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9449
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
9236
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
9182
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
4809
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3261
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2724
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2180
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.