Believe me I know how you feel. Maybe you can tell me. I wrote a report
that works off a DataSet. It uses the following code:
reportData = newData; //Strongly typed DataSet received as parameter.
MonitorReport report = new MonitorReport(); //Report class.
report.SetDataSource(reportData);
According to what I saw, this is all I need. It works fine on my
development machine. When I deploy it (Using the 2 data_access, regwiz,
vc_crt and vc_stl merge modules), the end user gets a database login screen.
Any ideas on what could be going on. I've tried adding routines to add
garbage login information and having the client install MDAC.
Thanks,
Dave