473,387 Members | 1,561 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,387 software developers and data experts.

Use of ldb File ??

We are using an Access 2000 app on a Citrix server with Windows 2000. There
are between 3 and 12 people using it in a typical day. I've noticed that
when everybody has closed their apps (at least in theory) the ldb file is
still there, it cannot be deleted, and the application cannot be edited in
any way. Usually, after rebooting the server, this file can be erased
(sometimes it cannot be erased). ALso, the application can be edited.

What does this file do ?

Should it always be closed automatically when the last user exits the
application. Eg, is Access that smart to be able to figure out to close it?

Finally, is there a way to know when the last user is exiting? I'd like to
do a compact and repair on the back end data mdb.

Many thanks
Mike Thomas

Nov 12 '05 #1
4 1748
"Mike Thomas" <Mi******@Yahoo.com> wrote in message
news:nE**********************@newssvr28.news.prodi gy.com...
We are using an Access 2000 app on a Citrix server with Windows 2000. There are between 3 and 12 people using it in a typical day. I've noticed that
when everybody has closed their apps (at least in theory) the ldb file is
still there, it cannot be deleted, and the application cannot be edited in any way. Usually, after rebooting the server, this file can be erased
(sometimes it cannot be erased). ALso, the application can be edited.

What does this file do ?

Should it always be closed automatically when the last user exits the
application. Eg, is Access that smart to be able to figure out to close it?
Finally, is there a way to know when the last user is exiting? I'd like to do a compact and repair on the back end data mdb.


Do users have file delete privileges on the folder? If not the LDB won't
get deleted. Otherwise the file not auto-deleting is usually caused by
someone having an improper exit from the MDB. Perhaps you have users who
are ending their Citrix sessions without logging off first?

Even with Citrix users should not share a common front end file. Is that
what you have?
--
I don't check the Email account attached
to this message. Send instead to...
RBrandt at Hunter dot com
Nov 12 '05 #2
"Mike Thomas" <Mi******@Yahoo.com> wrote in message
news:nE**********************@newssvr28.news.prodi gy.com...
We are using an Access 2000 app on a Citrix server with Windows 2000. There are between 3 and 12 people using it in a typical day. I've noticed that
when everybody has closed their apps (at least in theory) the ldb file is
still there, it cannot be deleted, and the application cannot be edited in
any way. Usually, after rebooting the server, this file can be erased
(sometimes it cannot be erased). ALso, the application can be edited.

What does this file do ?
Holds lock info for logged in users.
Should it always be closed automatically when the last user exits the
application. Eg, is Access that smart to be able to figure out to close

it?

Yes, Access will delete the file upon exit, all but the last one out will
fail to delete the file.

Nov 12 '05 #3
"Mike Thomas" <Mi******@Yahoo.com> wrote in message news:<nE**********************@newssvr28.news.prod igy.com>...
when everybody has closed their apps (at least in theory) the ldb file is
still there, it cannot be deleted, and the application cannot be edited in
any way.


Those blasted lbd's are the source of much mischief. I don't know the
answer to all your questions, but I do know how to get rid of those
lbd's without re-booting. Press Ctrl+Alt+Del to open Task Manager. On
the Processes tab end every MSACCESS.EXE process you can find (you can
sort by clicking on column heads). Often there are several. I do know
that I read (some time ago) several articles about those lbd's causing
problems and have since adopted a standard procedure of having an
ever-loaded form (a switchboard, for instance) which keeps a
connection to the backend open at all times. This has eliminated soooo
many problems. BTW, lbd means "locked database". That gives a hint
about what it's for. It just seems to want to hang around long after
the party's over.
Nov 12 '05 #4
"Mike Thomas" <Mi******@Yahoo.com> wrote in message
news:nE**********************@newssvr28.news.prodi gy.com...
Finally, is there a way to know when the last user is exiting? I'd like to do a compact and repair on the back end data mdb.


The file ldbview may be useful to you, (find it on microsoft.com) it shows
who's logged into the database and when they come out it should flash up
that this has happened - of course only if everyone's closing down properly
:)

HTH,
Chris
Nov 12 '05 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: matt | last post by:
I have compiled some code, some written by me, some compiled from various sources online, and basically i've got a very simple flat file photo gallery. An upload form, to upload the photos and give...
5
by: Dave Smithz | last post by:
Hi There, I have a PHP script that sends an email with attachment and works great when provided the path to the file to send. However this file needs to be on the same server as the script. ...
7
by: Joseph | last post by:
Hi, I'm having bit of questions on recursive pointer. I have following code that supports upto 8K files but when i do a file like 12K i get a segment fault. I Know it is in this line of code. ...
3
by: StGo | last post by:
How can i read/write file's custom attributs(like subject,author...) in C#??? Thanks :))
0
by: Lokkju | last post by:
I am pretty much lost here - I am trying to create a managed c++ wrapper for this dll, so that I can use it from c#/vb.net, however, it does not conform to any standard style of coding I have seen....
13
by: Sky Sigal | last post by:
I have created an IHttpHandler that waits for uploads as attachments for a webmail interface, and saves it to a directory that is defined in config.xml. My question is the following: assuming...
1
by: Roy | last post by:
Hi, I have a problem that I have been working with for a while. I need to be able from server side (asp.net) to detect that the file i'm streaming down to the client is saved...
3
by: Shapper | last post by:
Hello, I created a script to upload a file. To determine the file type I am using userPostedFile.ContentType. For example, for a png image I get "image/png". My questions are: 1. Where can...
0
by: troutbum | last post by:
I am experiencing problems when one user has a document open through a share pointing to the web site. I use the dsolefile to read the contents of a particular directory and then display them in a...
0
by: thjwong | last post by:
I'm using WinXP with Microsoft Visual C++ .NET 69462-006-3405781-18776, Microsoft Development Environment 2003 Version 7.1.3088, Microsoft .NET Framework 1.1 Version 1.1.4322 SP1 Most developers...
0
by: taylorcarr | last post by:
A Canon printer is a smart device known for being advanced, efficient, and reliable. It is designed for home, office, and hybrid workspace use and can also be used for a variety of purposes. However,...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.