Click here to Skip to main content
15,918,003 members
Home / Discussions / Database
   

Database

 
GeneralPlease help, its very urgent ( retrieving datetime ) Pin
deep_george_zach19-Jul-04 8:15
sussdeep_george_zach19-Jul-04 8:15 
GeneralRe: Please help, its very urgent ( retrieving datetime ) Pin
Colin Angus Mackay19-Jul-04 9:10
Colin Angus Mackay19-Jul-04 9:10 
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 
Hi!

I'm being plagued by the dreaded Jet error 3218 "Couldn't update; Currently locked" from time to time.

My application is a windows service that instatiates a server object that's being published for remoting using RemotingServices.Marshal(myObj, myURL).

This server object receives requests from remoting clients and reads and writes to an Access 2000 database using OleDb. In addition, the server object performs some actions at the tick of a System.Timers.Timer, reading and writing to the DB as well.
Now sometimes I get this error 3218, even when there are just 1 or 2 clients connected and I can't explain why this is happening.
I'm not using any transactions, so I can't see why any recordset should be locked for a longer period of time.
I also Dispose() of all OleDbConnections as soon as the query is through, thus accumulation of open DB connections shouldn't be an issue either.
Does anyone have an explanation or, even better, a clue on how to avoid this error?

TIA,
mav
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 
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 

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.