Click here to Skip to main content
15,920,633 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Threads problem Pin
Ghazi H. Wadi15-Jan-01 4:08
Ghazi H. Wadi15-Jan-01 4:08 
Generalchange user in a MS ACCESS DB under MFC Pin
15-Jan-01 1:17
suss15-Jan-01 1:17 
GeneralShared Singleton between EXE and DLL Pin
Jason Douglas15-Jan-01 1:10
professionalJason Douglas15-Jan-01 1:10 
GeneralRe: Shared Singleton between EXE and DLL Pin
Ghazi H. Wadi16-Jan-01 9:44
Ghazi H. Wadi16-Jan-01 9:44 
GeneralCDaoRecordset & Access2000 Pin
jerry0davis14-Jan-01 22:26
jerry0davis14-Jan-01 22:26 
GeneralRe: CDaoRecordset & Access2000 Pin
Anders Molin14-Jan-01 23:54
professionalAnders Molin14-Jan-01 23:54 
GeneralRe: CDaoRecordset & Access2000 Pin
jerry0davis15-Jan-01 2:54
jerry0davis15-Jan-01 2:54 
GeneralRe: CDaoRecordset & Access2000 Pin
jerry0davis17-Jan-01 1:35
jerry0davis17-Jan-01 1:35 
I've downloaded the MDAC stuff and I started by trying to open my Access2000 database. Simple I thought!Eek! | :eek: All I want to do is open an .mdb file! The problem is I can't seem to work out what the correct connection string is. Microsoft's example is

_bstr_t strCnn("Provider=sqloledb;Data Source=MyServer;"
"Initial Catalog=pubs;User Id=sa;Password=;");
pConnection->Open(strCnn,"","",adConnectUnspecified);

I assume my data source is "MS Access Database". What does initial catalog mean? Some other examples show a server being specified. Well I just want the open the file!Smile | :) It might not be on a server...

Thanks for any help at all.
GeneralRe: CDaoRecordset & Access2000 Pin
Anders Molin17-Jan-01 1:44
professionalAnders Molin17-Jan-01 1:44 
GeneralRe: CDaoRecordset & Access2000 Pin
jerry0davis17-Jan-01 2:39
jerry0davis17-Jan-01 2:39 
GeneralRe: CDaoRecordset & Access2000 Pin
Anders Molin17-Jan-01 1:47
professionalAnders Molin17-Jan-01 1:47 
GeneralRichEditCtrl Pin
14-Jan-01 18:51
suss14-Jan-01 18:51 
GeneralRe: RichEditCtrl Pin
14-Jan-01 19:09
suss14-Jan-01 19:09 
GeneralRe: RichEditCtrl Pin
Erik Funkenbusch15-Jan-01 11:51
Erik Funkenbusch15-Jan-01 11:51 
GeneralRe: RichEditCtrl Pin
16-Jan-01 9:51
suss16-Jan-01 9:51 
GeneralRe: RichEditCtrl Pin
16-Jan-01 9:52
suss16-Jan-01 9:52 
GeneralRe: RichEditCtrl Pin
Erik Funkenbusch16-Jan-01 12:19
Erik Funkenbusch16-Jan-01 12:19 
QuestionThick Cursor - How to avoid it? Pin
14-Jan-01 17:01
suss14-Jan-01 17:01 
GeneralHiding the ToolbarControl at the right-top of CFileDialog Pin
Sjoerd van Leent14-Jan-01 10:49
Sjoerd van Leent14-Jan-01 10:49 
Questioncan i create a font to my native lang using VC Pin
13-Jan-01 22:53
suss13-Jan-01 22:53 
AnswerRe: can i create a font to my native lang using VC Pin
14-Jan-01 13:22
suss14-Jan-01 13:22 
GeneralUnicode clipboard Pin
13-Jan-01 16:08
suss13-Jan-01 16:08 
GeneralRe: Unicode clipboard Pin
Michael Dunn13-Jan-01 16:27
sitebuilderMichael Dunn13-Jan-01 16:27 
GeneralContext Menu and Mouse Cursor Pin
Patrick Dughi13-Jan-01 14:19
Patrick Dughi13-Jan-01 14:19 
Generallogging on Pin
13-Jan-01 11:24
suss13-Jan-01 11:24 

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.