A
Aussie Rules
Hi,
I have always just developed direct against SQL databases, so using a
dataset is a new concept to me.
I have to use a dataset now, as I can't point the crystal report designer to
a sqlexpress database where the database is attached in the vb application.
I used the add datasource wizard in my vb project, and I have now got a
datasetname.XSD in my projects solution. I am am to use this as a datasource
in the crystal designer
I have included all my sqlexpress table, views and stored procedures, as my
report do actually pull data from them all.
What I don't understand properly, is that it would seem that the dataset is
just a place holder or schema of the database, as when I run my reports
there is no data displayed.
How do I get the dataset to hold all the data from my database so that my
reports work?
Thanks
I have always just developed direct against SQL databases, so using a
dataset is a new concept to me.
I have to use a dataset now, as I can't point the crystal report designer to
a sqlexpress database where the database is attached in the vb application.
I used the add datasource wizard in my vb project, and I have now got a
datasetname.XSD in my projects solution. I am am to use this as a datasource
in the crystal designer
I have included all my sqlexpress table, views and stored procedures, as my
report do actually pull data from them all.
What I don't understand properly, is that it would seem that the dataset is
just a place holder or schema of the database, as when I run my reports
there is no data displayed.
How do I get the dataset to hold all the data from my database so that my
reports work?
Thanks