PDA

View Full Version : Excel api and databases



gabethegrape
03-07-2009, 05:08 AM
I'm not sure if this is the right place to post my question, but here goes...

I want to create an excel application that utilizes a backend database, but I'm not sure which one to use. It needs to be deployed easily on my client's computers. So far I've narrowed it down to MySQL and SQLite. Anyone have experience with these and excel api's? Thanks for your help,

Gabe

lucas
03-07-2009, 05:45 PM
moved to the sql forum. I think you will stand a better chance of getting specific help there....

Bob Phillips
03-17-2009, 06:25 AM
Why not just use Access? You can manipulate this from Excel, and no need of a license.

CreganTur
03-18-2009, 09:40 AM
Depending on what you want to do, you can access the backend database by using ADO connections.