SqlExpress2005, VB.NET and Crystal Reports

  • Thread starter Thread starter DavideC
  • Start date Start date
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!
 
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
 
Back
Top