No value given for one or more required parameters in connection initialisation
- by Jean-François Côté
I have an C# form application that use an access database.
This application works perfectly in debug and release. It works on all version of Windows.
But it crash on one computer with Windows 7.
The message I got is:
System.Data.OleDb.OleDbException: No value given for one or more required parameters.
EDIT, after some debugging with messagebox…