Click here to Skip to main content
15,913,854 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
Questionhow can i get the all information given by nbtstat command in vc Pin
Member 6566481-Dec-03 21:18
Member 6566481-Dec-03 21:18 
AnswerRe: how can i get the all information given by nbtstat command in vc Pin
Mike Dimmick1-Dec-03 23:51
Mike Dimmick1-Dec-03 23:51 
GeneralRe: how can i get the all information given by nbtstat command in vc Pin
Member 6566482-Dec-03 20:39
Member 6566482-Dec-03 20:39 
GeneralRe: how can i get the all information given by nbtstat command in vc Pin
Member 6566482-Dec-03 20:58
Member 6566482-Dec-03 20:58 
QuestionHow to connect remoted DB(MS Access) by ODBC? Pin
skynlake1-Dec-03 20:23
skynlake1-Dec-03 20:23 
Questionhow to get index from database(MS ACCESS) Pin
bilas1-Dec-03 19:56
bilas1-Dec-03 19:56 
AnswerRe: how to get index from database(MS ACCESS) Pin
David Crow2-Dec-03 10:01
David Crow2-Dec-03 10:01 
Generalbi-directional scrolling in CADORecordset Pin
bilas1-Dec-03 19:51
bilas1-Dec-03 19:51 
I want to have a recordset with bi-directional scrolling,
but when I connected to my database like following:
>CString strConnection=_T("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=module.mdb");
>if(m_db.Open(strConnection))
>{
> m_rec=CADORecordset(&m_db);
> if(m_rec.Open(_T("main"), CADORecordset::openTable))
> MessageBox("Table 'main' is opened ");
>}
following operation:
>m_rec.MoveFirst();
has no effect(does not works).
But using class CRecordset it works:
>m_rec.Open("SELECT * FROM main", CRecordset::dynaset);
What a mistake I made using CADORecordset?
Thanks in advance,
bilas.
mailto:: keeper_@km.ru
QuestionMultithread CAsyncSocket problem?? Pin
dddv1-Dec-03 18:48
dddv1-Dec-03 18:48 
GeneralRe: Multithread CAsyncSocket problem?? Pin
dddv2-Dec-03 0:38
dddv2-Dec-03 0:38 
AnswerRe: Multithread CAsyncSocket problem?? Pin
Moak2-Dec-03 0:56
Moak2-Dec-03 0:56 
GeneralRe: Multithread CAsyncSocket problem?? Pin
dddv2-Dec-03 4:38
dddv2-Dec-03 4:38 
GeneralRe: Multithread CAsyncSocket problem?? Pin
Moak2-Dec-03 5:03
Moak2-Dec-03 5:03 
AnswerRe: Multithread CAsyncSocket problem?? Pin
victording10-Jun-07 16:21
victording10-Jun-07 16:21 
GeneralIf anyone wants too... Pin
Snyp1-Dec-03 16:21
Snyp1-Dec-03 16:21 
GeneralRe: If anyone wants too... Pin
bilas1-Dec-03 19:50
bilas1-Dec-03 19:50 
GeneralRe: If anyone wants too... Pin
Snyp2-Dec-03 12:27
Snyp2-Dec-03 12:27 
QuestionAny equivalent data stucture for CMapPtrToPtr? Pin
Anthony_Yio1-Dec-03 15:43
Anthony_Yio1-Dec-03 15:43 
AnswerRe: Any equivalent data stucture for CMapPtrToPtr? Pin
Joel Lucsy2-Dec-03 2:50
Joel Lucsy2-Dec-03 2:50 
GeneralFile Database Access Method Pin
IceBerG711-Dec-03 15:30
IceBerG711-Dec-03 15:30 
GeneralRe: File Database Access Method Pin
David Crow2-Dec-03 10:05
David Crow2-Dec-03 10:05 
GeneralRe: File Database Access Method Pin
IceBerG712-Dec-03 14:20
IceBerG712-Dec-03 14:20 
GeneralDevice Context Pin
eldar_20011-Dec-03 14:40
eldar_20011-Dec-03 14:40 
GeneralRe: Device Context Pin
Anonymous1-Dec-03 20:40
Anonymous1-Dec-03 20:40 
GeneralRe: Device Context Pin
eldar_20012-Dec-03 14:43
eldar_20012-Dec-03 14:43 

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.