Results 1 to 2 of 2

Thread: Generate primary keys

  1. #1
    Join Date
    Mar 2003
    Posts
    1

    Generate primary keys

    Hi,
    I'm using the SQL enterprise manager to build a database that acts as a back-end to a vb application i've been using.

    I'm trying to figure out how to auto-generate primary keys (I would prefer doing it via gui) . . How do I do this?

    Thanks,
    Kelly

  2. #2
    Join Date
    Jan 2003
    Location
    UK
    Posts
    277
    execute a Stored Procedure from within VB. The stored procedure can alter a table or create a new one with primary keys.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •