Results 1 to 2 of 2

Thread: vb6 and sql

  1. #1

    Thread Starter
    New Member
    Join Date
    May 2008
    Posts
    8

    vb6 and sql

    im asking the database to return me a table.

    how can i save each row and pass its records to another table ?

    int other words: how can i take one table and copy it to another table ?

  2. #2
    I'm about to be a PowerPoster! Hack's Avatar
    Join Date
    Aug 2001
    Location
    Searching for mendhak
    Posts
    58,333

    Re: vb6 and sql

    Moved to Database Development

    Welcome to the forums.

    Try something like
    Code:
    INSERT INTO NewTable SELECT * FROM OldTable

Posting Permissions

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



Click Here to Expand Forum to Full Width