Click here to Skip to main content
16,004,977 members
Home / Discussions / C#
   

C#

 
GeneralCatching event before file opens Pin
krisst_k14-May-05 3:43
krisst_k14-May-05 3:43 
GeneralRe: Catching event before file opens Pin
MoustafaS14-May-05 7:10
MoustafaS14-May-05 7:10 
GeneralRe: Catching event before file opens Pin
krisst_k14-May-05 14:23
krisst_k14-May-05 14:23 
GeneralRe: Catching event before file opens Pin
Dave Kreskowiak15-May-05 5:51
mveDave Kreskowiak15-May-05 5:51 
GeneralPerformanceCounter Problem Pin
Zishan Haider14-May-05 3:23
Zishan Haider14-May-05 3:23 
GeneralDatabase WebService Pin
Yeast2714-May-05 2:49
Yeast2714-May-05 2:49 
GeneralRe: Database WebService Pin
Zishan Haider14-May-05 3:25
Zishan Haider14-May-05 3:25 
GeneralRe: Database WebService Pin
Roger Wright14-May-05 3:30
professionalRoger Wright14-May-05 3:30 
IIRC, when an Access db is opened, the default mode is read-only. SELECT will work fine, but any attempt to modify the data will fail, regardless of user permissions.

There are optional flags that can be set while creating the connection which override the defaults, though I don't remember where they're defined at the moment. Try MSDN - I was working with ADO when I bumped into this, so that might be a good section to start searching.

Boredom, Bull$^%&, Baggage, Bar - all start with 'B'
Coincidence?
Generalclasses programing Pin
eng.mohamed14-May-05 0:29
eng.mohamed14-May-05 0:29 
GeneralRe: classes programing Pin
Colin Angus Mackay14-May-05 0:42
Colin Angus Mackay14-May-05 0:42 
GeneralRe: classes programing Pin
snouto14-May-05 7:45
snouto14-May-05 7:45 
GeneralC# Interop with C++ classes Pin
Julien Delezenne13-May-05 17:20
Julien Delezenne13-May-05 17:20 
GeneralReference 64bit COM Object from C# Pin
Phan Chau13-May-05 11:39
Phan Chau13-May-05 11:39 
Generalnewbie question Pin
Tom Wright13-May-05 10:58
Tom Wright13-May-05 10:58 
GeneralRe: newbie question Pin
Tom Wright13-May-05 11:44
Tom Wright13-May-05 11:44 
GeneralRe: newbie question Pin
Kevin McFarlane13-May-05 12:02
Kevin McFarlane13-May-05 12:02 
GeneralRe: newbie question Pin
Utku KAYA13-May-05 12:33
Utku KAYA13-May-05 12:33 
GeneralRe: newbie question Pin
Tom Wright14-May-05 7:17
Tom Wright14-May-05 7:17 
GeneralRe: newbie question Pin
Polis Pilavas14-May-05 8:21
Polis Pilavas14-May-05 8:21 
GeneralRe: newbie question Pin
leppie14-May-05 11:02
leppie14-May-05 11:02 
GeneralRe: newbie question Pin
Tom Wright16-May-05 4:56
Tom Wright16-May-05 4:56 
GeneralOn Use Connection or DataSet Pin
yahyacis13-May-05 8:43
yahyacis13-May-05 8:43 
GeneralRe: On Use Connection or DataSet Pin
MoustafaS13-May-05 9:10
MoustafaS13-May-05 9:10 
Generalmultiple forms problems in C# Pin
13-May-05 8:30
suss13-May-05 8:30 
GeneralRe: multiple forms problems in C# Pin
Dave Kreskowiak13-May-05 8:48
mveDave Kreskowiak13-May-05 8:48 

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.