Click here to Skip to main content
15,913,758 members
Home / Discussions / Database
   

Database

 
AnswerRe: creating hyperlink in SQL Server2005 Pin
Ashfield17-Mar-09 2:21
Ashfield17-Mar-09 2:21 
AnswerRe: creating hyperlink in SQL Server2005 Pin
ed575627-Mar-09 6:01
ed575627-Mar-09 6:01 
QuestionIssue with VS 2005 Pin
p_196016-Mar-09 22:39
p_196016-Mar-09 22:39 
AnswerRe: Issue with VS 2005 Pin
itsravie16-Mar-09 23:38
itsravie16-Mar-09 23:38 
Questionms access connection string Pin
vishakpb16-Mar-09 21:32
vishakpb16-Mar-09 21:32 
AnswerRe: ms access connection string Pin
Eddy Vluggen16-Mar-09 21:55
professionalEddy Vluggen16-Mar-09 21:55 
AnswerRe: ms access connection string Pin
itsravie16-Mar-09 23:41
itsravie16-Mar-09 23:41 
Questionsaving data Pin
neoghy16-Mar-09 4:08
neoghy16-Mar-09 4:08 
AnswerFor Oracle Pin
David Mujica16-Mar-09 4:57
David Mujica16-Mar-09 4:57 
GeneralRe: saving data Pin
RussellT5-Jun-09 10:07
professionalRussellT5-Jun-09 10:07 
QuestionSql Restore Error Pin
kankeyan16-Mar-09 3:53
kankeyan16-Mar-09 3:53 
AnswerRe: Sql Restore Error Pin
RyanMorris16-Mar-09 6:02
RyanMorris16-Mar-09 6:02 
GeneralRe: Sql Restore Error Pin
kankeyan16-Mar-09 19:22
kankeyan16-Mar-09 19:22 
GeneralRe: Sql Restore Error Pin
RyanMorris16-Mar-09 22:57
RyanMorris16-Mar-09 22:57 
QuestionWhen MSAccess Readonly database with password is opened error 0xfffff88f "Not a valid password". Who knows why? Pin
Grebeshkova16-Mar-09 0:48
Grebeshkova16-Mar-09 0:48 
For open database *.mdb I use ADO-construction
try
{
hr = m_pConnection->Open(_bstr_t(lpstrConnection), _bstr_t(lpstrUserID),
_bstr_t(lpstrPassword), NULL);
return hr == S_OK;
}
catch(_com_error &e)
{
}
When mdb-file has not attribute "ReadOnly", Open returns S_OK.
But when I set this attribute, exception is generated with
ErrorNumber = 0x80004005 and NativeError = 0xfffff88f ("Not a valid password").
I don't undenstand why. Pls., explain me this situation.

And other question: what are error codes concerned with error password (for ODBC and SQL-Server)? Or in other words: How may I detected that in connection string invalid password for opened database?

Thanks
QuestionSQL Question Pin
Lars Fisker15-Mar-09 13:51
Lars Fisker15-Mar-09 13:51 
AnswerRe: SQL Question Pin
Mycroft Holmes15-Mar-09 14:05
professionalMycroft Holmes15-Mar-09 14:05 
GeneralRe: SQL Question Pin
Lars Fisker15-Mar-09 14:48
Lars Fisker15-Mar-09 14:48 
AnswerRe: SQL Question Pin
Blue_Boy16-Mar-09 2:01
Blue_Boy16-Mar-09 2:01 
QuestionHow to Store password character in Oracle Table Pin
Saleem Tahiri15-Mar-09 1:23
Saleem Tahiri15-Mar-09 1:23 
QuestionRe: How to Store password character in Oracle Table Pin
Eddy Vluggen15-Mar-09 2:09
professionalEddy Vluggen15-Mar-09 2:09 
AnswerRe: How to Store password character in Oracle Table Pin
Saleem Tahiri15-Mar-09 2:12
Saleem Tahiri15-Mar-09 2:12 
AnswerRe: How to Store password character in Oracle Table Pin
Saleem Tahiri15-Mar-09 2:12
Saleem Tahiri15-Mar-09 2:12 
GeneralRe: How to Store password character in Oracle Table Pin
Eddy Vluggen15-Mar-09 2:21
professionalEddy Vluggen15-Mar-09 2:21 
QuestionAccess [modified] Pin
udikantz14-Mar-09 19:52
udikantz14-Mar-09 19:52 

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.