Click here to Skip to main content
15,920,005 members
Home / Discussions / Database
   

Database

 
GeneralRe: Please help, its very urgent ( retrieving datetime ) Pin
deep_george_zach19-Jul-04 16:04
sussdeep_george_zach19-Jul-04 16:04 
GeneralRe: Please help, its very urgent ( retrieving datetime ) Pin
vikram attiganal19-Jul-04 20:00
vikram attiganal19-Jul-04 20:00 
QuestionUrgent : Running SQL Script files through a SqlCommand object? Pin
matthias s.19-Jul-04 7:37
matthias s.19-Jul-04 7:37 
AnswerRe: Urgent : Running SQL Script files through a SqlCommand object? Pin
dishanf19-Jul-04 17:00
dishanf19-Jul-04 17:00 
GeneralRe: Urgent : Running SQL Script files through a SqlCommand object? Pin
matthias s.20-Jul-04 5:25
matthias s.20-Jul-04 5:25 
GeneralAccess 2000 DB and multithreaded access Pin
mav.northwind19-Jul-04 4:16
mav.northwind19-Jul-04 4:16 
GeneralRe: Access 2000 DB and multithreaded access Pin
Anders Molin19-Jul-04 16:23
professionalAnders Molin19-Jul-04 16:23 
GeneralRe: Access 2000 DB and multithreaded access Pin
mav.northwind19-Jul-04 19:50
mav.northwind19-Jul-04 19:50 
Thank you Anders for your reply!

I'm closing all connections already. In fact I only closed the connections in the beginning without disposing and then read somewhere that this might be the reason. So I disposed of all connections after closing them, but to no avail.

I know it might sound silly, but just to make sure I'm not misinterpreting the whole situation, can somebody confirm this:

1) Several threads are accessing the database, so there's the possibility that two or more queries are started simultaneously.
2) I set the locking mode to row level locking in the connect string, so a collision should ONLY be possible when two threads try to access the same row in the same table and at least one of them is writing.
3) When such a collision occurs the DB retries for the number of times specified in the access db (I set it to 10), waiting for the period specified (250ms) every time.
4) So the writing update is taking > 2,5 seconds to complete and at the same time there's a reading access to the same row?

If these assumptions of mine are correct, then reducing the tries/interval should increase the probability of getting a 3218, right?

mav
GeneralNeed Help to make SQL SERVER Query Pin
Arvind200419-Jul-04 0:42
Arvind200419-Jul-04 0:42 
GeneralRe: Need Help to make SQL SERVER Query Pin
dishanf19-Jul-04 1:17
dishanf19-Jul-04 1:17 
GeneralRe: Need Help to make SQL SERVER Query Pin
dishanf19-Jul-04 1:28
dishanf19-Jul-04 1:28 
GeneralRe: Need Help to make SQL SERVER Query Pin
Arvind200419-Jul-04 3:32
Arvind200419-Jul-04 3:32 
Questionwhat is wrong with this query?... Pin
blankg16-Jul-04 22:42
blankg16-Jul-04 22:42 
AnswerRe: what is wrong with this query?... Pin
Daniel Turini16-Jul-04 23:55
Daniel Turini16-Jul-04 23:55 
GeneralRe: what is wrong with this query?... Pin
blankg17-Jul-04 2:38
blankg17-Jul-04 2:38 
GeneralRe: what is wrong with this query?... Pin
Daniel Turini17-Jul-04 3:10
Daniel Turini17-Jul-04 3:10 
GeneralSQL Query using date format problem!!! Pin
girl_lash16-Jul-04 0:26
girl_lash16-Jul-04 0:26 
GeneralRe: SQL Query using date format problem!!! Pin
Mike Dimmick17-Jul-04 23:59
Mike Dimmick17-Jul-04 23:59 
GeneralRe: SQL Query using date format problem!!! Pin
EdbertP18-Jul-04 15:24
EdbertP18-Jul-04 15:24 
Generalquering on views Pin
blankg15-Jul-04 23:47
blankg15-Jul-04 23:47 
GeneralRe: quering on views Pin
Colin Angus Mackay15-Jul-04 23:57
Colin Angus Mackay15-Jul-04 23:57 
GeneralRe: quering on views Pin
blankg16-Jul-04 0:27
blankg16-Jul-04 0:27 
GeneralRe: quering on views Pin
Mekong River17-Jul-04 4:53
Mekong River17-Jul-04 4:53 
GeneralRe: quering on views Pin
blankg17-Jul-04 9:51
blankg17-Jul-04 9:51 
GeneralRe: quering on views Pin
Mekong River17-Jul-04 18:18
Mekong River17-Jul-04 18:18 

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.