Hello,
I'm sure this is simple to resolve but I can't seem to see the answer. I am using Visual Studio 2005 (VB).
I created a local SQL database (using Visual Studio 2005) with a few related tables. On creating the Primary Key columns I was careful to set the Identity property to "Yes", seed = 1, increment = 1. I viewed the Table contents and added a few rows of data, the ID column incremented correctly and...
User Profile
Collapse
-
DataGrid Column Not Auto-Incrementing
-
Same Access Table on 2 Forms
Hello,
I am writing an application (VB Visual Studio 2005) which connects to an Access database with several simple Tables.
When the user invokes a Dialogue box a table is populated with data (read from a MS Project file) and the results displayed in a list view:
Dim row As Data.DataRow
TaskList.Items. Clear() 'Clears the items currently displayed in the TaskList.
MyDataset.Tasks .Clear() 'Clears...
No activity results to display
Show More