473,797 Members | 3,204 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

DataTable.NewRo w problem

Hi All

I have a DataTable that has the AutoIncrement properties set, but when I add
a new row it doesn't use the values I'd expect and is causing an error.

For example:

MyTable.Columns ("PKColumn").Au toIncrement = True
MyTable.Columns ("PKColumn").Au toIncrementSeed = -1
MyTable.Columns ("PKColumn").Au toIncrementStep = -1

Dim oRow As DataRow = MyTable.NewRow
'// oRow("PKColumn" ) = 12 I'd expect it to be a negative figure, and for
each Row I add it decreases by 1
MyTable.Rows.Ad d(oRow) '// Causes error the second row that's added cos the
PK value already exists amd is unique.

Has anyone else experience this??

Regards,
Steve.
Nov 21 '05 #1
2 1551
If you have statement like MyDataAdapter.F illSchema(MyDat aSet,
SchemaType.Mapp ed, "MyTable") running before, you cannot change PKColumn's
property in MyTable.

"Steve Amey" wrote:
Hi All

I have a DataTable that has the AutoIncrement properties set, but when I add
a new row it doesn't use the values I'd expect and is causing an error.

For example:

MyTable.Columns ("PKColumn").Au toIncrement = True
MyTable.Columns ("PKColumn").Au toIncrementSeed = -1
MyTable.Columns ("PKColumn").Au toIncrementStep = -1

Dim oRow As DataRow = MyTable.NewRow
'// oRow("PKColumn" ) = 12 I'd expect it to be a negative figure, and for
each Row I add it decreases by 1
MyTable.Rows.Ad d(oRow) '// Causes error the second row that's added cos the
PK value already exists amd is unique.

Has anyone else experience this??

Regards,
Steve.

Nov 21 '05 #2
Hi John

I don't have anything like that running before I can see the properties of
the Column in the Locals window and they are correct, but when I create a
New Row it doesn't create the row with the PK column as a negative.

Regards,
Steve.

"John" <Jo**@discussio ns.microsoft.co m> wrote in message
news:93******** *************** ***********@mic rosoft.com...
If you have statement like MyDataAdapter.F illSchema(MyDat aSet,
SchemaType.Mapp ed, "MyTable") running before, you cannot change PKColumn's
property in MyTable.

"Steve Amey" wrote:
Hi All

I have a DataTable that has the AutoIncrement properties set, but when I add a new row it doesn't use the values I'd expect and is causing an error.

For example:

MyTable.Columns ("PKColumn").Au toIncrement = True
MyTable.Columns ("PKColumn").Au toIncrementSeed = -1
MyTable.Columns ("PKColumn").Au toIncrementStep = -1

Dim oRow As DataRow = MyTable.NewRow
'// oRow("PKColumn" ) = 12 I'd expect it to be a negative figure, and for
each Row I add it decreases by 1
MyTable.Rows.Ad d(oRow) '// Causes error the second row that's added cos the PK value already exists amd is unique.

Has anyone else experience this??

Regards,
Steve.

Nov 21 '05 #3

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

Similar topics

4
2114
by: David K | last post by:
we are having a problem when trying to serilalize and deserialize DataTable When replacing the container to be ListArray or HashTable everything works fine The code is very straight forward ( see below), however when comparing the DataTable before and after the serialize, it is not the same The DataTable after the serialization contains only the string of class type ( Vclass in this class) but not the class itself Any idea ?
7
3401
by: Jason Callas | last post by:
I have a process that manages a list of trades. Each trade is a separate row in the table. I blast the process with 10,000 new trades in order to stress test it and end up with the below listed exception when I call the NewRow method. The number of times it happens is NOT consistent (sometimes a few times out of 10,000 and sometimes 1000+ times). The app is written in VB and I am using SyncLock everywhere the table is accessed but I am sure it...
1
2974
by: Mike | last post by:
I have an ASP.NET/VB app that updates values in a DataTable over the course of about 3 different pages. On the way out of the first of these pages, I explicitly build the DataTable from values in a DataGrid, and set the PrimaryKey of the DataTable to be the first cell in the grid (which is a UserID value). I then store the DataTable in a session object, from which it is retrieved for subsequent pages. All this seems to be working fine. ...
1
4383
by: Mike | last post by:
I have an ASP.NET/VB app that updates values in a DataTable over the course of about 3 different pages. On the way out of the first of these pages, I explicitly build the DataTable from values in a DataGrid, and set the PrimaryKey of the DataTable to be the first cell in the grid (which is a UserID value). I then store the DataTable in a session object, from which it is retrieved for subsequent pages. All this seems to be working fine. ...
7
414
by: Jason Callas | last post by:
I have a process that manages a list of trades. Each trade is a separate row in the table. I blast the process with 10,000 new trades in order to stress test it and end up with the below listed exception when I call the NewRow method. The number of times it happens is NOT consistent (sometimes a few times out of 10,000 and sometimes 1000+ times). The app is written in VB and I am using SyncLock everywhere the table is accessed but I am sure it...
0
9685
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
9537
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
10469
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
10209
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
10023
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
5459
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5582
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4135
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
3750
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.