Click here to Skip to main content
15,908,673 members
Home / Discussions / Database
   

Database

 
QuestionSql Query I think using Roll up or Cube or grouping or any other way??????? Pin
7-Jun-05 1:07
suss7-Jun-05 1:07 
Generalmulti user program Pin
pirogramci6-Jun-05 23:57
pirogramci6-Jun-05 23:57 
GeneralRe: multi user program Pin
Colin Angus Mackay8-Jun-05 0:26
Colin Angus Mackay8-Jun-05 0:26 
GeneralDROP Column: Permission denied Pin
Seraphin6-Jun-05 23:56
Seraphin6-Jun-05 23:56 
Generalwhats wrong with this function Pin
Anonymous6-Jun-05 21:08
Anonymous6-Jun-05 21:08 
GeneralRe: whats wrong with this function Pin
Colin Angus Mackay6-Jun-05 21:24
Colin Angus Mackay6-Jun-05 21:24 
GeneralRe: whats wrong with this function Pin
Anonymous7-Jun-05 2:44
Anonymous7-Jun-05 2:44 
GeneralOleDbDataAdapter Vs ExecuteNonQuery Pin
myNameIsRon6-Jun-05 18:22
myNameIsRon6-Jun-05 18:22 
Hi,
I'm new to programming and need some advice...

I have a windows application that I want to be running on several networked computers and accessing the same db (ms access file). I'm worried that there may be times when two user will access the db file at the same time and give an connection open error (when using ExecuteNonQuery). I've played around a little bit and have noticed that using the DataAdapter to Fill and Update does not give any connection open errors (even if the connection is open by mistake or if another Fill is happening).

So what's the best plan?
If I have a situation of multiple users of a db, should I try and use the DataAdapter as much as possible to avoid db status=open errors (and needing try/catch statement)?

Thanks for any advice you can give,
Ron



GeneralRe: OleDbDataAdapter Vs ExecuteNonQuery Pin
Christian Graus6-Jun-05 18:27
protectorChristian Graus6-Jun-05 18:27 
GeneralRe: OleDbDataAdapter Vs ExecuteNonQuery Pin
myNameIsRon6-Jun-05 18:55
myNameIsRon6-Jun-05 18:55 
GeneralRe: OleDbDataAdapter Vs ExecuteNonQuery Pin
Christian Graus6-Jun-05 18:59
protectorChristian Graus6-Jun-05 18:59 
GeneralRe: OleDbDataAdapter Vs ExecuteNonQuery Pin
Colin Angus Mackay6-Jun-05 21:30
Colin Angus Mackay6-Jun-05 21:30 
GeneralASP.NET and DAAB Pin
cbh5g6-Jun-05 9:53
cbh5g6-Jun-05 9:53 
GeneralUsing a Stored Proc parameter as a tablename Pin
Dan Neely6-Jun-05 8:16
Dan Neely6-Jun-05 8:16 
GeneralRe: Using a Stored Proc parameter as a tablename Pin
Colin Angus Mackay6-Jun-05 8:24
Colin Angus Mackay6-Jun-05 8:24 
GeneralRe: Using a Stored Proc parameter as a tablename Pin
Dan Neely6-Jun-05 8:38
Dan Neely6-Jun-05 8:38 
GeneralAvoid NULL values, causes Exception Pin
Miekec6-Jun-05 5:41
sussMiekec6-Jun-05 5:41 
GeneralRe: Avoid NULL values, causes Exception Pin
Luis Alonso Ramos6-Jun-05 7:00
Luis Alonso Ramos6-Jun-05 7:00 
GeneralRe: Avoid NULL values, causes Exception Pin
Colin Angus Mackay6-Jun-05 8:17
Colin Angus Mackay6-Jun-05 8:17 
GeneralProductColumn Pin
albCode6-Jun-05 2:42
albCode6-Jun-05 2:42 
GeneralRe: ProductColumn Pin
oykica6-Jun-05 7:14
oykica6-Jun-05 7:14 
GeneralRe: ProductColumn Pin
Colin Angus Mackay6-Jun-05 8:13
Colin Angus Mackay6-Jun-05 8:13 
GeneralRe: ProductColumn Pin
oykica7-Jun-05 7:14
oykica7-Jun-05 7:14 
GeneralRe: ProductColumn Pin
Colin Angus Mackay6-Jun-05 8:15
Colin Angus Mackay6-Jun-05 8:15 
GeneralRe: ProductColumn Pin
oykica7-Jun-05 6:59
oykica7-Jun-05 6: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.