T
Tull Clancey
Hi all.
I use Crystal a lot and have found it to be hard work in net 2005, maybe I'm
going about things in completely the wrong way, it wouldn't be the first
time!
I don't like using the data objects in vb.net so all database connections
and data retrieval are handled completely in code. The problem I have is
that for complex reports where data is pulled from several database tables I
build a DataTable and pass this data to the report. However, as it's all
code I have to first create a new table in the database to mimic the results
so I can create the report.
Is there are better way to achieve what I'm after?
Cheers,
Tull.
I use Crystal a lot and have found it to be hard work in net 2005, maybe I'm
going about things in completely the wrong way, it wouldn't be the first
time!
I don't like using the data objects in vb.net so all database connections
and data retrieval are handled completely in code. The problem I have is
that for complex reports where data is pulled from several database tables I
build a DataTable and pass this data to the report. However, as it's all
code I have to first create a new table in the database to mimic the results
so I can create the report.
Is there are better way to achieve what I'm after?
Cheers,
Tull.