Results 1 to 3 of 3

Thread: Data...

  1. #1

    Thread Starter
    Member
    Join Date
    Aug 2007
    Location
    Nottingham
    Posts
    53

    Data...

    Ok, so I'm copying information from an external SQL database to my VB.net program. Now I'm a bit confused with the ways I can import it... I've been reading about Datasets and Result Sets and from what I can see the Result Set is the easiest way of doing it.

    Before I started I thought I should ask if anybody had any suggestions. I don't want to start doing it all and then find out I'm doing it wrong!!

    Thanks again,

    Alex

  2. #2

    Thread Starter
    Member
    Join Date
    Aug 2007
    Location
    Nottingham
    Posts
    53

    Re: Data...

    The brief for this project changes as regularly as the weather! Grr, anyway... First question is still valid... Now I still need to display a list of destinations for the drivers... This info will be stored in a database so I'll just pull that off. The thing is, the driver needs to be able to select the destination (click the destination like a button) for it to pull up another form/panel with a load of other information. Does anybody have any idea on how I can go about this, as I presume a datagrid won't allow "links" in it right? Can I populate the datagrid with link buttons maybe?

    Thanks again!

  3. #3

    Thread Starter
    Member
    Join Date
    Aug 2007
    Location
    Nottingham
    Posts
    53

    Re: Data...

    Ok, another update... Datagrids it seems have an onclick event. So in theory I can capture this event, see what row's been clicked and pass that information to the next form.

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