Eric,
First, DataSet is independent of the database. After you have filled DataSet
you can do anything with it without any single program through programming
(you do not need to use sql queries etc as it is with Database).
You can use relationships (joins) also and you can also cache those DataSet
objects for further use.
So, i think there will not be any problem in your case.
If anything else, then please specify exact ur need.
Regards,
Mahesh Devjibhai Dhola
"Empower yourself...."
> Is there a way to use SQL like terminology but instead of accessing a
> database use DataSets?
[quoted text clipped - 17 lines]
>
> Eric
Beringer - 18 Oct 2004 05:25 GMT
The problem that I am facing is that some data is in one database and some
is in another.
I guess the issue that I am having is how do you efficently use datasets to
do common SQL operations?
Thank you for your response.
Eric
> Eric,
> First, DataSet is independent of the database. After you have filled
[quoted text clipped - 35 lines]
>>
>> Eric
Mahesh Devjibhai Dhola - 18 Oct 2004 13:18 GMT
Dear Beringer,
DataSet is independent of database. You can use it in the way like, you can
feel the DataSet with one table is from Oracle and one table from SQL Server
2k. And then play with the dataset.
Regards,
Mahesh Devjibhai Dhola
"Empower yourself...."
> The problem that I am facing is that some data is in one database and some
> is in another.
[quoted text clipped - 44 lines]
> >>
> >> Eric
Beringer - 18 Oct 2004 17:56 GMT
Ah!
Thank you for your assistance on this matter.
Eric
> Dear Beringer,
> DataSet is independent of database. You can use it in the way like, you
[quoted text clipped - 62 lines]
>> >>
>> >> Eric