|
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:
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. -
__________________________________________________ YAHOO! GROUPS LINKS
|
- [Microsofts_C_Sharp] Crystal Reports Help rob64464
- Re: [Microsofts_C_Sharp] Crystal Reports Help Krishna Vemuri
- RE: [Microsofts_C_Sharp] Crystal Reports Help Rob
