Click here to Skip to main content
15,886,519 members
Home / Discussions / C#
   

C#

 
AnswerRe: Inactivity Timer Pin
Dinobot_Slag9-Aug-07 4:28
Dinobot_Slag9-Aug-07 4:28 
GeneralRe: Inactivity Timer Pin
Stathread9-Aug-07 4:42
Stathread9-Aug-07 4:42 
QuestionAcces Database: Password Protected Pin
Ken Mazaika9-Aug-07 3:22
Ken Mazaika9-Aug-07 3:22 
AnswerRe: Acces Database: Password Protected Pin
Colin Angus Mackay9-Aug-07 3:28
Colin Angus Mackay9-Aug-07 3:28 
GeneralRe: Acces Database: Password Protected Pin
Ken Mazaika9-Aug-07 3:32
Ken Mazaika9-Aug-07 3:32 
AnswerRe: Acces Database: Password Protected Pin
Michael Potter9-Aug-07 3:34
Michael Potter9-Aug-07 3:34 
GeneralRe: Acces Database: Password Protected Pin
Ken Mazaika9-Aug-07 3:39
Ken Mazaika9-Aug-07 3:39 
AnswerRe: Acces Database: Password Protected Pin
Ken Mazaika9-Aug-07 7:12
Ken Mazaika9-Aug-07 7:12 
I figured out the answer thanks to another user's post on a particular article here.

To access a password protected database you can add another part to the connection string. I added this to the end of it and it works like a charm.

jet OLEDB:Database Password=mypassword;

I'm not sure why the password needs to be listed twice, but it seems to work. I also had issues doing this with Toolbox>Data>OleDbConnection wizard that matched my results pretty well. Hardcoding the connection string with that added fixes it though.

-Ken
QuestionChange Windows Time Pin
The Brazilian One9-Aug-07 3:19
The Brazilian One9-Aug-07 3:19 
AnswerRe: Change Windows Time Pin
Martin#9-Aug-07 3:27
Martin#9-Aug-07 3:27 
JokeRe: Change Windows Time Pin
Luc Pattyn9-Aug-07 3:35
sitebuilderLuc Pattyn9-Aug-07 3:35 
GeneralRe: Change Windows Time Pin
Martin#9-Aug-07 3:36
Martin#9-Aug-07 3:36 
GeneralRe: Change Windows Time Pin
Martin#9-Aug-07 3:39
Martin#9-Aug-07 3:39 
QuestionWeb Custom Control Pin
Siva_Tech9-Aug-07 3:18
Siva_Tech9-Aug-07 3:18 
Questionnot working for all screen resolution Pin
Maddie from Dartford9-Aug-07 3:12
Maddie from Dartford9-Aug-07 3:12 
AnswerRe: not working for all screen resolution Pin
Colin Angus Mackay9-Aug-07 3:26
Colin Angus Mackay9-Aug-07 3:26 
GeneralRe: not working for all screen resolution Pin
led mike9-Aug-07 4:45
led mike9-Aug-07 4:45 
GeneralRe: not working for all screen resolution Pin
Dan Neely9-Aug-07 5:26
Dan Neely9-Aug-07 5:26 
AnswerRe: not working for all screen resolution Pin
Imranlogi10-Aug-07 2:37
Imranlogi10-Aug-07 2:37 
QuestionString to Enum... Pin
Malcolm Smart9-Aug-07 3:02
Malcolm Smart9-Aug-07 3:02 
AnswerRe: String to Enum... Pin
JoeSharp9-Aug-07 3:05
JoeSharp9-Aug-07 3:05 
GeneralRe: String to Enum... Pin
Malcolm Smart9-Aug-07 3:10
Malcolm Smart9-Aug-07 3:10 
JokeRe: String to Enum... Pin
Luc Pattyn9-Aug-07 3:32
sitebuilderLuc Pattyn9-Aug-07 3:32 
GeneralRe: String to Enum... Pin
Malcolm Smart9-Aug-07 3:43
Malcolm Smart9-Aug-07 3:43 
AnswerRe: String to Enum... Pin
Malcolm Smart9-Aug-07 3:09
Malcolm Smart9-Aug-07 3:09 

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.