Click here to Skip to main content
15,748,098 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
QuestionDll Registration Problem Pin
Anil_vvs24-Feb-06 19:39
Anil_vvs24-Feb-06 19:39 
AnswerRe: Dll Registration Problem Pin
karle25-Feb-06 8:28
karle25-Feb-06 8:28 
AnswerRe: Dll Registration Problem Pin
Anil_vvs25-Feb-06 20:34
Anil_vvs25-Feb-06 20:34 
QuestionCheckpointing a process Pin
Rane24-Feb-06 17:25
Rane24-Feb-06 17:25 
AnswerRe: Checkpointing a process Pin
Stephen Hewitt24-Feb-06 22:43
Stephen Hewitt24-Feb-06 22:43 
QuestionHow to using DAO connection with password Pin
stny200024-Feb-06 13:16
stny200024-Feb-06 13:16 
AnswerRe: How to using DAO connection with password Pin
Cool Ju24-Feb-06 21:10
Cool Ju24-Feb-06 21:10 
GeneralRe: How to using DAO connection with password Pin
stny200013-Mar-06 19:50
stny200013-Mar-06 19:50 
I found the method at following link.

Open with password

Thank you your help Smile | :)

Remarks

You must call this member function to initialize a newly constructed CDaoDatabase object that represents an existing database. Open associates the database with the underlying DAO object. You cannot use the database object to construct recordset, tabledef, or querydef objects until it is initialized. Open appends the database object to the associated workspace's Databases collection.

Use the parameters as follows:

* If you are opening a Microsoft Jet (.MDB) database, use the lpszName parameter and pass an empty string for the lpszConnect parameter or pass a password string of the form ";PWD=password" if the database is password-protected (.MDB databases only).

* If you are opening an ODBC data source, pass a valid ODBC connect string in lpszConnect and an empty string in lpszName.

For related information, see the topic "OpenDatabase Method" in DAO Help.

Questionissue linking Pin
act_x24-Feb-06 11:24
act_x24-Feb-06 11:24 
AnswerRe: issue linking Pin
jigneshrpatel24-Feb-06 19:00
jigneshrpatel24-Feb-06 19:00 
Questionhow to make a toolbar button respond to double-click event Pin
xyhan24-Feb-06 10:39
xyhan24-Feb-06 10:39 
AnswerRe: how to make a toolbar button respond to double-click event Pin
FarPointer26-Feb-06 3:46
FarPointer26-Feb-06 3:46 
GeneralRe: how to make a toolbar button respond to double-click event Pin
xyhan1-Mar-06 7:23
xyhan1-Mar-06 7:23 
QuestionDatabase ideas Pin
Waldermort24-Feb-06 8:53
Waldermort24-Feb-06 8:53 
QuestionRe: Database ideas Pin
David Crow24-Feb-06 10:08
David Crow24-Feb-06 10:08 
AnswerRe: Database ideas Pin
act_x24-Feb-06 11:40
act_x24-Feb-06 11:40 
QuestionString and Spaces Pin
Bob X24-Feb-06 7:23
Bob X24-Feb-06 7:23 
AnswerRe: String and Spaces Pin
Maximilien24-Feb-06 7:42
Maximilien24-Feb-06 7:42 
GeneralRe: String and Spaces Pin
David Crow24-Feb-06 7:45
David Crow24-Feb-06 7:45 
AnswerRe: String and Spaces Pin
Bob X24-Feb-06 8:14
Bob X24-Feb-06 8:14 
AnswerRe: String and Spaces Pin
ThatsAlok26-Feb-06 21:17
ThatsAlok26-Feb-06 21:17 
QuestionSending all bytes Pin
srija24-Feb-06 7:09
srija24-Feb-06 7:09 
AnswerRe: Sending all bytes Pin
David Crow24-Feb-06 7:44
David Crow24-Feb-06 7:44 
GeneralRe: Sending all bytes Pin
srija24-Feb-06 7:53
srija24-Feb-06 7:53 
GeneralRe: Sending all bytes Pin
David Crow24-Feb-06 7:59
David Crow24-Feb-06 7:59 

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.