Using TADOConnection in Console App

From: Kirk Evans (kirk.evans_at_slappey.net)
Date: 03/26/04


Date: 26 Mar 2004 07:48:43 -0800


Is it possible to use a TADOConnection in a console app? I've tried adding a datamodule with a TADOConnection and a TACODataset. It compiles fine, but when I run it, I get an access violation on ADOConnection.Connected := true; Login prompt is false, so its not trying to show a dialog.

Help?
Kirk