VB.NET 2005 and Crystal Reports

  • Thread starter Michel Vanderbeke
  • Start date
M

Michel Vanderbeke

Hello,

I want to create Crystel Reports using Crystal Reports XI Release 2 and
store the reports as individual files on my PC.
My database is a *.mdf (SQL Server database file).

1. Which connection method should I use when creating Crystal Reports in CR
XI r2?
2. Can someone provide me with hints on how to show the reports throug
VB.NET code in my application?
3. Later on, I intend to use a real SQL Server and no longer a SQL Server
database file. Will there be (many) changes to perform? Is there a big
difference between adressing a *.mdf file and an actual SQL Server?

Many thanks and greetings from Brugge (Bruges - Belgium),

Michel
 
S

subhro.gupta

Queries replied:-

1) Use Access/Excel DAO from create new connection.
2) Use the CR viewer for this. Use this class and u will have all the properies for performing the action.
3) If ur core SQL remains same then u will have to open the report Create connection now based on OLE Db ADO and paste the SQL in the respective command.

Thanks,

Subhro
 

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