Hi,
I have a VB.net
application that is connected to an Access database. In the application I am
running a Crystal Report that is connected to the same database. In order to be
able to add a custom command, I had to connect to the database directly through
the CR database expert since using the ADO connection provided by Visual Studio
does not allow me to create custom commands.
Everything
works just fine inside the Visual Studio 2010 environment, but once deployed on
a test machine the report does not work anymore. Setting up the database
connection through a ConnectionInfo does not work (CR keeps on asking for a
user/pass and there is no pass to the database.
Can anyone
tell if it is at all possible to add a custom command to an ADO.NET dataset? If
not, what is the proper syntax to connect CR to an Acces database (by providing
the Access file name)?
Cheers