I have created a small application using Access in VB.NET (Visual Studio 2005)
which works great in Windows XP, Vista and Windows 7 - 32-bit.
The program however does not work with Windows 7 - 64-bit due to the fact
that Microsoft does not support the Access database driver (connector) in
Windows 7 64-bit anymore. (Or something along that line)
I tried using SQLite but cannot get that working. Getting some Provider error
and it seems that alot of other people are getting the same error with SQLite on the net.
What other database can I use where I don't have to setup a SQL server that will work great with VS2005? (Just need a standalone db similiar to Access.)
Would appreciate some advice.
which works great in Windows XP, Vista and Windows 7 - 32-bit.
The program however does not work with Windows 7 - 64-bit due to the fact
that Microsoft does not support the Access database driver (connector) in
Windows 7 64-bit anymore. (Or something along that line)
I tried using SQLite but cannot get that working. Getting some Provider error
and it seems that alot of other people are getting the same error with SQLite on the net.
What other database can I use where I don't have to setup a SQL server that will work great with VS2005? (Just need a standalone db similiar to Access.)
Would appreciate some advice.