Click here to Skip to main content
15,920,956 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionHow to get Security Options found in MMC Pin
Yuvaraj N22-Nov-04 2:30
Yuvaraj N22-Nov-04 2:30 
Generalsmtp in mail Pin
Member 150757022-Nov-04 1:30
Member 150757022-Nov-04 1:30 
GeneralRe: smtp in mail Pin
David Crow22-Nov-04 3:16
David Crow22-Nov-04 3:16 
GeneralRe: smtp in mail Pin
BaldwinMartin23-Nov-04 10:11
BaldwinMartin23-Nov-04 10:11 
GeneralSaving a file Pin
efendy22-Nov-04 1:30
efendy22-Nov-04 1:30 
GeneralRe: Saving a file Pin
David Crow22-Nov-04 8:52
David Crow22-Nov-04 8:52 
QuestionHow to do this? Pin
pubududilena22-Nov-04 0:37
pubududilena22-Nov-04 0:37 
AnswerRe: How to do this? Pin
Steve S22-Nov-04 1:27
Steve S22-Nov-04 1:27 
1. Learn to be patient. You asked this earlier today.

2. Learn to use MSDN search engine.
Goto Microsoft's Developer Network[^] site, and in the "Search MSDN for" box, type in

Create access database c++

and press 'Go'. This will bring up at least one article explaining how to do this using DAO. If you want to use OLE DB instead, try

JET database c++ "OLE DB"

as your query.

MS are recommending OLE DB or ADO over JET/DAO and ODBC for "portability" reasons (JET won't be supported on Win64).

You could also try and get hold of either

Database Programming with Visual C++ 6 in 21 days (Sams)
or
Visual C++ 6 Database Programming Tutorial by Wendy Sarrett, although my copy is a Wrox Press book, and they don't do it any more. Amazon might have used ones though...


Steve S
Developer for hire
GeneralGetting User Details Pin
Yuvaraj N22-Nov-04 0:23
Yuvaraj N22-Nov-04 0:23 
GeneralRe: Getting User Details Pin
ThatsAlok22-Nov-04 17:24
ThatsAlok22-Nov-04 17:24 
GeneralLinker Error In SAL module on linking open office code Pin
nitinmahajan8022-Nov-04 0:22
nitinmahajan8022-Nov-04 0:22 
GeneralTTN_NEEDTEXT Not Calling Pin
Rajesh_Parameswaran22-Nov-04 0:16
Rajesh_Parameswaran22-Nov-04 0:16 
GeneralRe: TTN_NEEDTEXT Not Calling Pin
David Crow22-Nov-04 8:38
David Crow22-Nov-04 8:38 
GeneralRe: TTN_NEEDTEXT Not Calling Pin
Rajesh_Parameswaran22-Nov-04 18:57
Rajesh_Parameswaran22-Nov-04 18:57 
QuestionHow to send a message to a dialog Pin
Nest22-Nov-04 0:15
Nest22-Nov-04 0:15 
AnswerRe: How to send a message to a dialog Pin
Rajesh_Parameswaran22-Nov-04 0:47
Rajesh_Parameswaran22-Nov-04 0:47 
GeneralRe: How to send a message to a dialog Pin
Nest22-Nov-04 0:55
Nest22-Nov-04 0:55 
AnswerRe: How to send a message to a dialog Pin
namaskaaram22-Nov-04 19:06
namaskaaram22-Nov-04 19:06 
QuestionHow to Dinamically create and Link to Access DataBase using C++ Pin
pubududilena21-Nov-04 23:50
pubududilena21-Nov-04 23:50 
Generallanguage problem Pin
hph21-Nov-04 22:40
hph21-Nov-04 22:40 
GeneralRe: language problem Pin
toxcct22-Nov-04 5:43
toxcct22-Nov-04 5:43 
GeneralRe: language problem Pin
BaldwinMartin23-Nov-04 10:35
BaldwinMartin23-Nov-04 10:35 
QuestionHow to resolve Regsvr32 Error? Pin
Franz Klein21-Nov-04 22:19
Franz Klein21-Nov-04 22:19 
AnswerRe: How to resolve Regsvr32 Error? Pin
nguyenvhn21-Nov-04 22:30
nguyenvhn21-Nov-04 22:30 
AnswerRe: How to resolve Regsvr32 Error? Pin
22491721-Nov-04 23:40
22491721-Nov-04 23:40 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.