Results 1 to 2 of 2

Thread: urgent

  1. #1

    Thread Starter
    New Member
    Join Date
    Dec 2004
    Posts
    2

    urgent

    i want to retrieve all table names from database into combobox

  2. #2
    Frenzied Member Asgorath's Avatar
    Join Date
    Sep 2004
    Location
    Saturn
    Posts
    2,036

    Re: urgent

    Hi
    Run this ms sql server 2000 query :
    select name from sysobjects where xtype = 'u' order by name asc

    Then add the results into the combobox.

    Regards
    Jorge
    "The dark side clouds everything. Impossible to see the future is."

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