Click here to Skip to main content
15,891,567 members

Comments by Quecumber256 (Top 11 by date)

Quecumber256 7-Mar-14 12:12pm View    
KR,
I don't want to have to install the AccessDatabaseEngine on any PC I might use. The whole point of the application is to place it on a portable drive and run it from there. In theory if I'm storing data in a local data store I should be able to access it without having to clutter up the host PC with other assemblies.

Quecumber256 7-Mar-14 11:39am View    
FYI - The exact exception error is: "Object reference not set to an instance of an object."
Quecumber256 7-Mar-14 11:19am View    
Thanks for the comment, but I think you missed the point.

I took the entire VB project including the Access database and copied it to a USB drive. I started the XP copy of Visual Studio 2008 and opened the project there. When I pressed the F5 button to run the project I would get an Exception saying the Access database was not accessible.

I could not use the database at all until I installed the AccessDatabaseEngine onto the XP machine.

The only difference between the two PCs is: One has the Microsoft Access 2010 application installed and the XP PC doesn't.

I think there is some reference I need to install.
MRM256
Quecumber256 14-Feb-14 17:04pm View    
Why do I have to install an Access Database engine?
I was under the impression if you added the proper namespaces dealing with Databases the framework would allow the usage of databases in the back end of an application.
Quecumber256 21-Jan-14 15:33pm View    
No cigar. Still get the same error.
Geez! how hard is it to write a simple query to return a value from a DataTable?