I am new to Cyrstal Reports for VS 2010 and I am totally lost. I want to create a report without using dataset. My application uses a database connection variable to connect to database and never uses dataset or so at all.
Is there away to tell cyrstal report to use this connection? In VB6, i used to create reports using Data Report by first using data source to design the report. THen at run time, i would direct the connection to something like the above and used to work awesome.Code:dim dbconnection as oledb.connection //then open hte connection etc.
How do I tell crystal reports which connection to use and pass on my own query?




Reply With Quote