SqlExpress2005, VB.NET and Crystal Reports

D

DavideC

Hi to all,
i have a strange problem with vb 2005, CR and SQLExpress.

i have a working application that use ODBC to retrieve data from an MDB
file (using XSD dataset schema) and visualize it through Crystal report
rpt files.

it works fine.

in the same application i need to retrieve infomation from a local
SQLExpress MDF file.

so i redo the same stuff done for the MDB:
-build DataSet XSD object from a MDF connection (SQL file connection)
-filling the Dataset through SQLAdapter

and then using that filled DataSet with a new RPT file and the Crystal
Report viewer.


it doesn't works! i don't understand why (cause the DataSet is filled i
can see it using debug.print and looping through table columns and rows)
but the viewer is empty...

Any hints?

thanks to all!
 
E

evan.g.brown

Did you happen to find an answer to your question? I seem to have hit a
similar looking wall. If you have, could you please let me in on the
fix.

thanx,
Evan Brown
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top