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

C / C++ / MFC

 
GeneralRe: Quick question on Sockets Pin
Mel Feik5-Nov-02 20:47
Mel Feik5-Nov-02 20:47 
Questionmultilanguage support in VC++ project -HOW? Pin
nikoladsp4-Nov-02 21:30
nikoladsp4-Nov-02 21:30 
AnswerRe: multilanguage support in VC++ project -HOW? Pin
Stephane Rodriguez.4-Nov-02 22:08
Stephane Rodriguez.4-Nov-02 22:08 
GeneralRe: multilanguage support in VC++ project -HOW? Pin
Maximilien5-Nov-02 3:01
Maximilien5-Nov-02 3:01 
GeneralRe: multilanguage support in VC++ project -HOW? Pin
nikoladsp5-Nov-02 19:54
nikoladsp5-Nov-02 19:54 
GeneralRe: multilanguage support in VC++ project -HOW? Pin
Stephane Rodriguez.5-Nov-02 20:06
Stephane Rodriguez.5-Nov-02 20:06 
GeneralADO: simple question Pin
devvvy4-Nov-02 21:29
devvvy4-Nov-02 21:29 
Generalsorry, neglect the first msg: I pasted the wrong stuff Pin
devvvy4-Nov-02 21:36
devvvy4-Nov-02 21:36 
i was reading an article on ADO... and i have two questions about the code:

QUESTION 1:

_ConnectionPtr conptr(__uuidof(Connection));

I searched thru the code, and I cant find "Connection"...

why do we need a "connection pointer object" as opposed to a "connection object"

QUESTION 2:

conptr->Open(_T("Provider=SQLOLEDB.1;
Data Source=SQLServer;
Initial Catalog=Customer"),
_T("user1"),
_T(""),
adOpenUnspecified);

but dont u have to specify a "database" name in addition to "Customer" table?

QUESTION: It's using SQL server based security. what about NT based login?

Thanks


norm


norm
GeneralRe: sorry, neglect the first msg: I pasted the wrong stuff Pin
Christian Graus4-Nov-02 21:45
protectorChristian Graus4-Nov-02 21:45 
GeneralRe: sorry, neglect the first msg: I pasted the wrong stuff Pin
devvvy4-Nov-02 21:51
devvvy4-Nov-02 21:51 
GeneralRe: sorry, neglect the first msg: I pasted the wrong stuff Pin
Christian Graus4-Nov-02 21:55
protectorChristian Graus4-Nov-02 21:55 
GeneralRe: sorry, neglect the first msg: I pasted the wrong stuff Pin
devvvy4-Nov-02 21:58
devvvy4-Nov-02 21:58 
Generalfound the ppt file, but... Pin
devvvy4-Nov-02 22:16
devvvy4-Nov-02 22:16 
Generalhere's a lead: Pin
devvvy4-Nov-02 22:27
devvvy4-Nov-02 22:27 
GeneralIPC: named shared memory Pin
devvvy4-Nov-02 20:46
devvvy4-Nov-02 20:46 
GeneralRe: IPC: named shared memory Pin
Daniel Lohmann4-Nov-02 22:58
Daniel Lohmann4-Nov-02 22:58 
GeneralRe: IPC: named shared memory Pin
devvvy5-Nov-02 6:59
devvvy5-Nov-02 6:59 
GeneralRe: IPC: named shared memory Pin
Daniel Lohmann5-Nov-02 12:42
Daniel Lohmann5-Nov-02 12:42 
GeneralUsing CStirng in .c file Pin
ooosawaddee34-Nov-02 20:08
ooosawaddee34-Nov-02 20:08 
GeneralRe: Using CStirng in .c file Pin
Joaquín M López Muñoz4-Nov-02 20:16
Joaquín M López Muñoz4-Nov-02 20:16 
Generalinvalid progID Pin
devvvy4-Nov-02 19:49
devvvy4-Nov-02 19:49 
GeneralRe: invalid progID Pin
Daniel Turini4-Nov-02 20:53
Daniel Turini4-Nov-02 20:53 
GeneralRe: invalid progID Pin
devvvy4-Nov-02 20:56
devvvy4-Nov-02 20:56 
GeneralRe: invalid progID Pin
devvvy4-Nov-02 21:08
devvvy4-Nov-02 21:08 
Generalservice pack 5? Pin
devvvy5-Nov-02 12:12
devvvy5-Nov-02 12:12 

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.