WinNT(4) Service with Database connectivity
Database
1
Posts
1
Posters
0
Views
1
Watching
-
Howdy, I have to write a WinNT(4) service which checks a few directories and writes files to a database. The database is MS Access & it is accessed directly (ie not through ODBC) so I'd normally use AppWizard in VC to make an MFC with db support program. However, given that its an NT service, I'm writing it as a console application. 1) If I make it a console app with MFC support, does that blow the size of the thing sky high? 2) Can I access an MS Access database easily without using MFC functionality ? 3) Am I approaching this the correct way. Thanks for any help, Damian Del Campo