Click here to Skip to main content
15,923,789 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Help.. Pin
Roger Allen26-Jun-02 5:12
Roger Allen26-Jun-02 5:12 
GeneralRe: Help.. Pin
Jeremy Falcon26-Jun-02 5:22
professionalJeremy Falcon26-Jun-02 5:22 
GeneralRe: Help.. Pin
benjymous26-Jun-02 5:31
benjymous26-Jun-02 5:31 
GeneralRe: Help.. Pin
Roger Allen26-Jun-02 5:34
Roger Allen26-Jun-02 5:34 
GeneralRe: Help.. Pin
Jeremy Falcon26-Jun-02 5:37
professionalJeremy Falcon26-Jun-02 5:37 
GeneralRe: Help.. Pin
Roger Wright26-Jun-02 6:53
professionalRoger Wright26-Jun-02 6:53 
GeneralRe: Help.. Pin
benjymous26-Jun-02 7:33
benjymous26-Jun-02 7:33 
GeneralRe: Help.. Pin
26-Jun-02 7:08
suss26-Jun-02 7:08 
Ok, kid, since the hot air is getting thick...

PLOGINREC pLoginRec = dblogin();
if (pLoginRec)
{
DBSETLSECURE(pLoginRec);
// now, you do not have to set user/login
// with DBSTLUSER and DBSETLPWD since it
// will use the NT User to authenticate (or not)

PDBPROCESS pDBConnection = dbopen(pLoginRec, "MYSQLSERVER");

dbfreelogin (pLoginRec); // free it right away

if (pDBConnection)
{
// exec sql statements....

dbclose(pDBConnection);
}
}

GeneralRe: Help.. Pin
27-Jun-02 2:55
suss27-Jun-02 2:55 
QuestionHow to deal with Ghost windows in XP System? Pin
Michael Liu26-Jun-02 2:30
Michael Liu26-Jun-02 2:30 
AnswerRe: How to deal with Ghost windows in XP System? Pin
Michael P Butler26-Jun-02 3:39
Michael P Butler26-Jun-02 3:39 
AnswerRe: How to deal with Ghost windows in XP System? Pin
_Magnus_26-Jun-02 5:13
_Magnus_26-Jun-02 5:13 
GeneralRe: How to deal with Ghost windows in XP System? Pin
Ramu Pulipati26-Jun-02 5:34
Ramu Pulipati26-Jun-02 5:34 
QuestionHow can I read from serial port using CMSComm? Pin
mistika26-Jun-02 2:02
mistika26-Jun-02 2:02 
Generaltoolbar Pin
26-Jun-02 1:52
suss26-Jun-02 1:52 
Generaltoolbar Pin
26-Jun-02 1:49
suss26-Jun-02 1:49 
GeneralRe: toolbar Pin
Rage26-Jun-02 4:06
professionalRage26-Jun-02 4:06 
GeneralMy static control flickers when updating it frequently... Pin
Tommy Svensson26-Jun-02 1:22
Tommy Svensson26-Jun-02 1:22 
GeneralRe: My static control flickers when updating it frequently... Pin
Stan the man26-Jun-02 1:26
Stan the man26-Jun-02 1:26 
GeneralRe: My static control flickers when updating it frequently... Pin
Tommy Svensson26-Jun-02 1:31
Tommy Svensson26-Jun-02 1:31 
GeneralRe: My static control flickers when updating it frequently... Pin
Chris Losinger26-Jun-02 5:09
professionalChris Losinger26-Jun-02 5:09 
GeneralRe: My static control flickers when updating it frequently... Pin
Scott H. Settlemier27-Jun-02 9:14
Scott H. Settlemier27-Jun-02 9:14 
GeneralInstall shield Pin
rrrado26-Jun-02 1:13
rrrado26-Jun-02 1:13 
GeneralRe: Install shield Pin
Nish Nishant26-Jun-02 1:55
sitebuilderNish Nishant26-Jun-02 1:55 
GeneralRe: Install shield Pin
rrrado26-Jun-02 2:37
rrrado26-Jun-02 2:37 

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.