Click here to Skip to main content
15,892,809 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralCode tools Pin
Shree7-Feb-04 21:06
Shree7-Feb-04 21:06 
GeneralLearning C++ Confusion Pin
DavisLW7-Feb-04 20:02
DavisLW7-Feb-04 20:02 
GeneralRe: Learning C++ Confusion Pin
valikac8-Feb-04 6:25
valikac8-Feb-04 6:25 
GeneralRe: Learning C++ Confusion Pin
Michael Gunlock8-Feb-04 12:06
Michael Gunlock8-Feb-04 12:06 
GeneralRe: Learning C++ Confusion Pin
DavisLW8-Feb-04 12:54
DavisLW8-Feb-04 12:54 
GeneralRe: Learning C++ Confusion Pin
Michael Gunlock8-Feb-04 17:42
Michael Gunlock8-Feb-04 17:42 
GeneralPopulating Combo box with data from a database(^_^!!) Pin
solostar***7-Feb-04 19:56
solostar***7-Feb-04 19:56 
GeneralRe: Populating Combo box with data from a database(^_^!!) Pin
Antti Keskinen8-Feb-04 10:23
Antti Keskinen8-Feb-04 10:23 
If you are completely new to database programming with Visual C++ and MFC, I suggest you start a reading tour from the MSDN Library.

Here is a link to the index file: click me[^].

In bottom, database programming consists of three parts: first, opening a connection to a data source. Two, executing one or more queries on the source and handling the resulted rows. Lastly, closing up and cleaning.

Knowledge of structured query language (SQL) is very useful, because for example Access is capable of responding to SQL queries.

-Antti Keskinen

----------------------------------------------
The definition of impossible is strictly dependant
on what we think is possible.
GeneralDynamically setting up DSN (^_^!!) Pin
solostar***7-Feb-04 19:55
solostar***7-Feb-04 19:55 
GeneralRe: Dynamically setting up DSN (^_^!!) Pin
Antti Keskinen8-Feb-04 10:18
Antti Keskinen8-Feb-04 10:18 
GeneralStructure parser ... Pin
super-kingkong7-Feb-04 19:45
super-kingkong7-Feb-04 19:45 
Generalclient to client communication Pin
rasha20037-Feb-04 18:47
rasha20037-Feb-04 18:47 
GeneralRe: client to client communication Pin
John M. Drescher7-Feb-04 19:12
John M. Drescher7-Feb-04 19:12 
GeneralRe: client to client communication Pin
rasha20037-Feb-04 19:19
rasha20037-Feb-04 19:19 
GeneralPointer templates and delete errors Pin
Leo Smith7-Feb-04 18:09
Leo Smith7-Feb-04 18:09 
GeneralRe: Pointer templates and delete errors Pin
Michael Dunn8-Feb-04 6:21
sitebuilderMichael Dunn8-Feb-04 6:21 
GeneralComboBox problem.... Pin
je_gonzalez7-Feb-04 17:25
je_gonzalez7-Feb-04 17:25 
GeneralRe: ComboBox problem.... Pin
je_gonzalez7-Feb-04 17:28
je_gonzalez7-Feb-04 17:28 
QuestionAre users of "IP*Works!" here? Pin
Uwe Keim7-Feb-04 16:38
sitebuilderUwe Keim7-Feb-04 16:38 
AnswerRe: Are users of "IP*Works!" here? Pin
je_gonzalez7-Feb-04 17:19
je_gonzalez7-Feb-04 17:19 
GeneralRe: Are users of "IP*Works!" here? Pin
Uwe Keim7-Feb-04 18:08
sitebuilderUwe Keim7-Feb-04 18:08 
AnswerRe: Are users of "IP*Works!" here? Pin
Joe Woodbury7-Feb-04 18:01
professionalJoe Woodbury7-Feb-04 18:01 
Generaljust a small syntax question Pin
Ylis7-Feb-04 13:37
Ylis7-Feb-04 13:37 
GeneralRe: just a small syntax question Pin
Jörgen Sigvardsson7-Feb-04 14:00
Jörgen Sigvardsson7-Feb-04 14:00 
GeneralRe: just a small syntax question Pin
Ylis7-Feb-04 14:13
Ylis7-Feb-04 14:13 

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.