Click to See Complete Forum and Search --> : Q: Windows App with Database connection


J Kim
02-24-2003, 11:55 AM
I just got VS .Net and trying to build a stand alone application with database
connection.

And VB.NET application seems not working in Windows 98 or NT.
I have to make this program run on any windows platform and also connects
to an Access database.

So I chose Win32 App wizard from Visual C++ .Net and add a class of ATL OLE
DB Consumer.
However, I still can figure out how I can make this program easily.

First, is it ok to use what I chose? (Win32 App wizard + ATL OLE DB consumer
for stand-alone application)

Second, what do I do to get the data from table?

Thanks in advance.

J Kim