Click here to Skip to main content
15,906,625 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Reference Counting problem Pin
Paul M Watt9-Aug-02 8:55
mentorPaul M Watt9-Aug-02 8:55 
GeneralDll Registration Pin
abhinarulkar7-Aug-02 20:09
abhinarulkar7-Aug-02 20:09 
GeneralRe: Dll Registration Pin
Paul M Watt7-Aug-02 21:04
mentorPaul M Watt7-Aug-02 21:04 
Questionhow can i get current PC's ip? Pin
zecodela7-Aug-02 19:56
zecodela7-Aug-02 19:56 
AnswerRe: how can i get current PC's ip? Pin
Dudi Avramov7-Aug-02 21:07
Dudi Avramov7-Aug-02 21:07 
Generaladding named item to script engine Pin
Anonymous7-Aug-02 19:38
Anonymous7-Aug-02 19:38 
GeneralRe: adding named item to script engine Pin
Stuart Dootson7-Aug-02 19:56
professionalStuart Dootson7-Aug-02 19:56 
GeneralADO connection String Pin
unknown soldier7-Aug-02 19:33
unknown soldier7-Aug-02 19:33 
I am successfully conecting to *.mdb database on my local machine using following connection string:

HRESULT hr = m_pConnection->Open(
			_bstr_t(L"Provider=Microsoft.Jet.OLEDB.4.0;Data Source=c:\\source\\VCDb.mdb;"),
			_bstr_t(L""),
			_bstr_t(L""),
		NULL);


Now i want to connect to SQL-Server running on the machine in my neighbourhood. The ip of target machine is 192.168.10.10. Plz tell me the connection string.
GeneralRe: ADO connection String Pin
Michael P Butler7-Aug-02 22:01
Michael P Butler7-Aug-02 22:01 
GeneralWindows Fonts problem Pin
Shamoon7-Aug-02 18:34
Shamoon7-Aug-02 18:34 
GeneralBitMapInfoHeader question. Pin
nss7-Aug-02 18:34
nss7-Aug-02 18:34 
GeneralRe: BitMapInfoHeader question. Pin
Chris Losinger7-Aug-02 18:39
professionalChris Losinger7-Aug-02 18:39 
Generaldynamic popup menu Pin
bryce7-Aug-02 18:32
bryce7-Aug-02 18:32 
GeneralRe: dynamic popup menu Pin
Chris Losinger7-Aug-02 18:45
professionalChris Losinger7-Aug-02 18:45 
GeneralRe: dynamic popup menu Pin
bryce7-Aug-02 18:49
bryce7-Aug-02 18:49 
GeneralRe: dynamic popup menu Pin
Chris Losinger7-Aug-02 18:56
professionalChris Losinger7-Aug-02 18:56 
GeneralRe: dynamic popup menu Pin
bryce7-Aug-02 19:00
bryce7-Aug-02 19:00 
GeneralRe: dynamic popup menu Pin
Chris Losinger7-Aug-02 19:03
professionalChris Losinger7-Aug-02 19:03 
GeneralRe: dynamic popup menu Pin
bryce7-Aug-02 21:29
bryce7-Aug-02 21:29 
GeneralRe: dynamic popup menu Pin
Chris Losinger7-Aug-02 21:31
professionalChris Losinger7-Aug-02 21:31 
GeneralRe: dynamic popup menu Pin
bryce7-Aug-02 21:33
bryce7-Aug-02 21:33 
GeneralRe: dynamic popup menu Pin
Chris Losinger7-Aug-02 21:35
professionalChris Losinger7-Aug-02 21:35 
GeneralRe: dynamic popup menu Pin
bryce7-Aug-02 21:37
bryce7-Aug-02 21:37 
GeneralRe: dynamic popup menu Pin
Bill S7-Aug-02 19:28
professionalBill S7-Aug-02 19:28 
GeneralRe: dynamic popup menu Pin
bryce7-Aug-02 21:10
bryce7-Aug-02 21:10 

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.