Click here to Skip to main content
15,890,527 members
Home / Discussions / Database
   

Database

 
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 
QuestionDatetime? Pin
Karthick_gc13-Mar-09 0:03
Karthick_gc13-Mar-09 0:03 
AnswerRe: Datetime? Pin
Eddy Vluggen13-Mar-09 0:22
professionalEddy Vluggen13-Mar-09 0:22 
AnswerRe: Datetime? Pin
Ashfield13-Mar-09 2:15
Ashfield13-Mar-09 2:15 
AnswerRe: Datetime? Pin
Mycroft Holmes14-Mar-09 16:17
professionalMycroft Holmes14-Mar-09 16:17 
QuestionSQL Insert Creates multiple records instead of just one Pin
Shrimpersfan12-Mar-09 23:48
Shrimpersfan12-Mar-09 23:48 
AnswerRe: SQL Insert Creates multiple records instead of just one Pin
Michael Bookatz13-Mar-09 0:33
Michael Bookatz13-Mar-09 0:33 
QuestionBig Problem in sql server 2000 Pin
pubududilena12-Mar-09 22:02
pubududilena12-Mar-09 22:02 

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.