Results 1 to 19 of 19

Thread: populate combobox with tables from db[Resolved by Edneeis]

Threaded View

  1. #18
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    I think as you get more familiar with the way .NET uses data you'll like it. It just takes some getting used to. Most of the time in VB6 I worked with disconnected recordsets so the switch to .NETs disconnected way is no big thing.

    Also the disconnected nature of this method is not the norm. If you had just a regular table of data and were adding to it in the same app then it would be reflected in the bound list or whatever is binding to the datasource. Thats kind of the whole point of databinding to have it automatically update with changes.

    I suppose you could add names to the datatable of database tablenames but that wouldn't actually add tables doing it that way.
    Last edited by Edneeis; Feb 24th, 2003 at 03:01 AM.

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