Re: Adding Tables to DataSet in Component
From: cjobes (cjobes_at_nova-tech.org)
Date: 12/03/04
- Next message: David Browne: "Re: OOP hurdle"
- Previous message: Scott Swigart: "Re: Can anyone translate this form C to VB please"
- In reply to: Cor Ligthert: "Re: Adding Tables to DataSet in Component"
- Next in thread: cjobes: "Re: Adding Tables to DataSet in Component"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Dec 2004 11:51:06 -0500
Thanks again Cor,
>From your response I assume that you are not interested in making some
"tutor money". If you change your mind, you have my email.
I will try your suggestions tonight. Hopefully I understood everything
right. I'm a network guy with some experience in VB, so it will be very
interesting to say the least.
Thanks again, I really appreciate your patient help.
Claus
"Cor Ligthert" <notmyfirstname@planet.nl> wrote in message
news:u8b$$DV2EHA.2316@TK2MSFTNGP15.phx.gbl...
> Claus,
>
> I see I deleted with pasting in the sample a part I had answered as well
>
> >
> > If I fill the tables with data in one
> > form and then create an instance of the tables in another form will the
> > data
> > still be there?
> >
> That class is nothing, the object you create from it holds the data, and
> than it is the same as whatever you create.
>
> Assuming this is for a winform (it is not the same for a webform), than
> means when you do
>
> Friend ds as new mydataset
>
> somewhere in your project, than it will everywhere in your project be
usable
> with the information in it. (As long as you do not set it too something
> else of course)
>
> I hope this helps?
>
> Cor
>
>
- Next message: David Browne: "Re: OOP hurdle"
- Previous message: Scott Swigart: "Re: Can anyone translate this form C to VB please"
- In reply to: Cor Ligthert: "Re: Adding Tables to DataSet in Component"
- Next in thread: cjobes: "Re: Adding Tables to DataSet in Component"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|