Hello,

I am making some Internet Café software which requires vouchers to be generated and they will need printing so I need to just read a table and display it into a report but because the end user might install the database to a different location it wont work.

 


From: [email protected] [mailto:[email protected]] On Behalf Of Krishna Vemuri
Sent: 01 September 2005 17:23
To: [email protected]
Subject: Re: [Microsofts_C_Sharp] Crystal Reports Help

 

I suggest you to use the ADO.NET Dataset.

 

In your wizard, select the Project DataSet instead of Database Connection.

 

Fill the DataSet, with your SQL Data Adapter, which holds the SQLConnection.

 

If you are working in a ASP.NET Application, I sugget you to store the connection string in Web.Config.

 

Let me know if this has helped you.

 

- Krishna Vemuri.

 

 

 


rob64464 <[EMAIL PROTECTED]> wrote:

Hello,
I am wondering how I would go about greating a report in C# from a
database? I have my table and I want it to display all the data in the
table as a report.

I have managed using the wizard but I can't use that method because the
filename or file path of the database maybe changed on the end users
machine.

Does anybody have any ideas?

Kind Regards,
Robert A Heeley
[EMAIL PROTECTED]
http://www.rahsoftware.com


__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com


YAHOO! GROUPS LINKS




Reply via email to