|
-
Feb 12th, 2003, 03:45 PM
#1
Thread Starter
Junior Member
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.
-
Feb 13th, 2003, 03:05 AM
#2
Sleep mode
Ofcourse there are Data Controls .It's on the toolbox in Data Tab.For botth SQL & OLEDB databases !
-
Feb 13th, 2003, 03:10 AM
#3
Sleep mode
read about Data Controls tab here :
-
Feb 13th, 2003, 08:43 AM
#4
Thread Starter
Junior Member
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.
-
Feb 13th, 2003, 09:01 AM
#5
PowerPoster
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.
-
Feb 13th, 2003, 11:10 AM
#6
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
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|