I am a C++ novice (warning). Recently, I needed to write a simple C++ program that would connect to an Access database and delete certain records. So I went to MSDN and downloaded a little example program called adovc1.exe and rewrote parts of it to get it to do what I want. It works BUT the exe file compiles to over 1.2 MB. Why is it so big? I'm guessing it has to do with the import and usage of msado15.dll?<br><br>Though the program runs OK on my local computer, when I put it on one of our servers the dos prompt gives me a message "Program is too large to fit in memory".<br><br>What is causing this huge size and memory usage? There's got to be a "lighter" approach to handling databases...<br>Any suggestions appreciated!<br><br> <p>--Will Duty<br><a href=mailto:wduty@radicalfringe.com>wduty@radicalfringe.com</a><br><a href= > </a><br>