Click here to Skip to main content
16,010,427 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: FreeImage newbie Pin
tareqsiraj31-Aug-03 8:25
tareqsiraj31-Aug-03 8:25 
GeneralUsing CRecordView Pin
Antti Keskinen31-Aug-03 5:45
Antti Keskinen31-Aug-03 5:45 
GeneralHelp With online thing Pin
Snyp31-Aug-03 5:45
Snyp31-Aug-03 5:45 
GeneralRe: Help With online thing Pin
ZoogieZork31-Aug-03 7:39
ZoogieZork31-Aug-03 7:39 
GeneralRe: Help With online thing Pin
Snyp31-Aug-03 7:40
Snyp31-Aug-03 7:40 
GeneralRe: Help With online thing Pin
ZoogieZork31-Aug-03 8:23
ZoogieZork31-Aug-03 8:23 
GeneralRe: Help With online thing Pin
Snyp31-Aug-03 14:22
Snyp31-Aug-03 14:22 
GeneralRe: Help With online thing Pin
ZoogieZork31-Aug-03 16:21
ZoogieZork31-Aug-03 16:21 
Well, that's something different entirely! Smile | :)

You should think of the process of logging in over the network as two individual parts: The network part (which concerns how the login/password is sent from the user interface to the server, as well as how the server responds), and the login ("authentication") part (where the server takes the username and password and verifies that it is valid). Instead of building the whole application at once, it is easier to build each piece individually so that if something goes wrong, you can test each part separately.

Getting back to your question, you're wanting to use a database to store the usernames and passwords. From your other post, I'm going to assume you're using MySQL to handle your database. To get started, you'll need to learn SQL, the language for talking to databases. A good interactive tutorial is here:
http://www.sqlcourse.com/[^]

Once you've got an idea of how a generic database works, you can progress on to actually creating a database in MySQL and interacting with it:
http://www.mysql.com/doc/en/Tutorial.html[^]

There, that should get you started. Smile | :)

- Mike
GeneralRe: Help With online thing Pin
l a u r e n31-Aug-03 8:21
l a u r e n31-Aug-03 8:21 
GeneralRe: Help With online thing Pin
ZoogieZork31-Aug-03 8:26
ZoogieZork31-Aug-03 8:26 
GeneralRe: Help With online thing Pin
User 665831-Aug-03 9:27
User 665831-Aug-03 9:27 
GeneralUnicode or MBCS Pin
Daed31-Aug-03 5:17
Daed31-Aug-03 5:17 
Generalnew to sockets Pin
rakeshv31-Aug-03 2:14
rakeshv31-Aug-03 2:14 
GeneralRe: new to sockets Pin
Robert Kuster31-Aug-03 8:21
Robert Kuster31-Aug-03 8:21 
GeneralCreate nonblocking socket for all win versions Pin
CND31-Aug-03 2:04
CND31-Aug-03 2:04 
GeneralRe: Create nonblocking socket for all win versions Pin
Simon.W31-Aug-03 2:16
Simon.W31-Aug-03 2:16 
Generaljklh Pin
Anonymous31-Aug-03 1:38
Anonymous31-Aug-03 1:38 
GeneralRe: jklh Pin
Scozturk31-Aug-03 4:18
professionalScozturk31-Aug-03 4:18 
GeneralPassing data between a popup dialog and SDI Pin
Member 40481330-Aug-03 23:59
Member 40481330-Aug-03 23:59 
GeneralRe: Passing data between a popup dialog and SDI Pin
RChin31-Aug-03 0:13
RChin31-Aug-03 0:13 
GeneralChanging color of CComboBoxEx Pin
Svilen30-Aug-03 22:26
Svilen30-Aug-03 22:26 
QuestionHow to write cd Pin
Scozturk30-Aug-03 21:32
professionalScozturk30-Aug-03 21:32 
AnswerRe: How to write cd Pin
alex.barylski30-Aug-03 21:41
alex.barylski30-Aug-03 21:41 
GeneralRe: How to write cd Pin
Scozturk30-Aug-03 21:45
professionalScozturk30-Aug-03 21:45 
AnswerRe: How to write cd Pin
Ryan Binns30-Aug-03 22:44
Ryan Binns30-Aug-03 22:44 

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.