Click here to Skip to main content
15,921,716 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Ghost windows in XP. Pin
Michael Liu25-Jun-02 7:25
Michael Liu25-Jun-02 7:25 
GeneralRe: Ghost windows in XP. Pin
Michael Liu25-Jun-02 7:25
Michael Liu25-Jun-02 7:25 
GeneralQuick regular expression question pls Pin
jkgh24-Jun-02 4:02
jkgh24-Jun-02 4:02 
GeneralProblems with the length of the text of a CListCtrl item Pin
Grit24-Jun-02 3:42
Grit24-Jun-02 3:42 
GeneralHtml control Pin
rrrado24-Jun-02 3:01
rrrado24-Jun-02 3:01 
GeneralRead-only CRichEditView Pin
24-Jun-02 2:03
suss24-Jun-02 2:03 
GeneralCopying data from one database to another Pin
24-Jun-02 2:00
suss24-Jun-02 2:00 
GeneralRe: Copying data from one database to another Pin
rrrado24-Jun-02 2:25
rrrado24-Jun-02 2:25 
Here is my solution :

1. open both databases, select * into source recordset, create recoprdset in destination database
2. select all rows from source database into source recordset
3. destination recordset.AddNew()
4. copy all field values from source recordset to destination recordset
5. update destination recordset
6. go to 2 Smile | :)


rrrado
GeneralRe: Copying data from one database to another Pin
24-Jun-02 2:42
suss24-Jun-02 2:42 
GeneralRe: Copying data from one database to another Pin
rrrado24-Jun-02 2:46
rrrado24-Jun-02 2:46 
GeneralRe: Copying data from one database to another Pin
rrrado24-Jun-02 2:50
rrrado24-Jun-02 2:50 
Generaldirectory drag and drop from virtual namespace Pin
pro24-Jun-02 0:59
pro24-Jun-02 0:59 
GeneralCWinApp::Run() Pin
Zizilamoroso23-Jun-02 23:46
Zizilamoroso23-Jun-02 23:46 
GeneralRe: CWinApp::Run() Pin
Nish Nishant23-Jun-02 23:56
sitebuilderNish Nishant23-Jun-02 23:56 
GeneralRe: CWinApp::Run() Pin
Zizilamoroso24-Jun-02 2:03
Zizilamoroso24-Jun-02 2:03 
GeneralGetting bytes transferred for network adapter. Pin
aldeba23-Jun-02 23:33
aldeba23-Jun-02 23:33 
GeneralRe: Getting bytes transferred for network adapter. Pin
Vuemme24-Jun-02 2:08
Vuemme24-Jun-02 2:08 
GeneralDefault ID for the "Enter" button Pin
Frank Christensen23-Jun-02 23:31
Frank Christensen23-Jun-02 23:31 
GeneralRe: Default ID for the "Enter" button Pin
Nish Nishant24-Jun-02 0:00
sitebuilderNish Nishant24-Jun-02 0:00 
GeneralRe: Default ID for the "Enter" button Pin
Frank Christensen24-Jun-02 1:03
Frank Christensen24-Jun-02 1:03 
GeneralAddress Book Pin
lavrik23-Jun-02 22:47
lavrik23-Jun-02 22:47 
QuestionNorton AntiVirus and Hook ??? Pin
Alek23-Jun-02 21:10
Alek23-Jun-02 21:10 
GeneralIts about duplicate ID given to controls Pin
Abhishek Narula23-Jun-02 20:15
Abhishek Narula23-Jun-02 20:15 
GeneralRe: Its about duplicate ID given to controls Pin
Christian Graus23-Jun-02 20:46
protectorChristian Graus23-Jun-02 20:46 
GeneralThanks for the prompt answer, here is the next question Pin
Abhishek Narula23-Jun-02 22:56
Abhishek Narula23-Jun-02 22:56 

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.