Results 1 to 6 of 6

Thread: No Data Control as in VB6, how do I...

  1. #1

    Thread Starter
    Junior Member
    Join Date
    May 2002
    Posts
    17

    No Data Control as in VB6, how do I...

    It appears that there is no data control as was in VB6, is this correct. If so, how do I hook up to paradox 3 tables. I am a newbie and self teching so my knowledge is very limited. Any help would be greatly appreciated.

  2. #2
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    Ofcourse there are Data Controls .It's on the toolbox in Data Tab.For botth SQL & OLEDB databases !

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    read about Data Controls tab here :

  4. #4

    Thread Starter
    Junior Member
    Join Date
    May 2002
    Posts
    17
    Pirate,

    What I mean is specifically the "Data" control, not Data controls in general. In VB6, there was a control called "Data" that I can place on a form, and define the specifics about the type of link to make, and was able to link in Paradox 3 tables. I don't see this functionality in .NET. It appears that you have to create this link differently, and I am lost. I am a newbie, and self teaching, so that is why it may seem like it should be apparent and it isn't to me.

  5. #5
    PowerPoster hellswraith's Avatar
    Join Date
    Jul 2002
    Location
    Washington St.
    Posts
    2,464
    I am not sure exactly what your talking about, but it sounds like you need to put a data connection object and a data adapter object on your form. Then you can configure the data adapter to access different types of DB's and fill a DataSet with the data.

  6. #6
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    I think he means that control that lets you navigate back and forward in a recordset. You'll have to make your own in .NET but check out the BindingContext and that should get you started. Do a search here or in your help files.

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