G
Gerald Zukrigl
Hello Everyone!
I've been reading several books on this stuff now. I always read that a
dataSet is a socalled in memory database. this is nice, but I didn't find a
way to join two (or more) DataTables for to get a big common resultset.
This would be something like creating a view in DBMSs like ORACLE. Actually
I do need this for stuffing the content of some tables into a reporting
system.
I would need something like "select a.name, b.name from a, b where a.b_id =
b.id" where a and b are DataTables in the DataSet.
There is no real Database-connection in behind, so that i couldn't stuff the
complete select statement into the dataadapter. I would need this function
really in memory.
Any Ideas? Is the only way to achieve this by implementing the JOIN
operation on my own?
Thanks and best regards,
Gerald Zukrigl
Softwaredeveloper for AXAVIA Software GmbH
I've been reading several books on this stuff now. I always read that a
dataSet is a socalled in memory database. this is nice, but I didn't find a
way to join two (or more) DataTables for to get a big common resultset.
This would be something like creating a view in DBMSs like ORACLE. Actually
I do need this for stuffing the content of some tables into a reporting
system.
I would need something like "select a.name, b.name from a, b where a.b_id =
b.id" where a and b are DataTables in the DataSet.
There is no real Database-connection in behind, so that i couldn't stuff the
complete select statement into the dataadapter. I would need this function
really in memory.
Any Ideas? Is the only way to achieve this by implementing the JOIN
operation on my own?
Thanks and best regards,
Gerald Zukrigl
Softwaredeveloper for AXAVIA Software GmbH