Connection String does not work for Crystal Reports

I have a problem that I don't understand. I have two VS 2008 programs one gives me a Crystal Report just the way it should work. connection string in App.Config "Provider=Microsoft.ACE.OLEDB.12.0;Data Source=C:\QBData\racklist.accdb"

The second program does not work Connection String in App#Config“Provider=Microsoft#ACE#OLEDB#12#0;Data Source="C:\Users\Don\Documents\Visual Studio 2008\Projects\recipes\Receipies#accdb"" providerName="System.Data.OleDb"/>

This program will not open the connection to the database for Crystal Reports however to lookup and change a DB Record it works fine.

0 answers