User Profile

Collapse

Profile Sidebar

Collapse
TDC
TDC
Last Activity: Dec 19 '07, 09:28 AM
Joined: Apr 19 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • TDC
    started a topic DataGrid Column Not Auto-Incrementing

    DataGrid Column Not Auto-Incrementing

    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...
    See more | Go to post

  • TDC
    started a topic Same Access Table on 2 Forms

    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...
    See more | Go to post
No activity results to display
Show More
Working...