C
caojun77
Unregistered / Unconfirmed
GUEST, unregistred user!
You attempted to open a Database that is already opened exclusively by user<name> on <machine> name.(100分)<br />I have a question to ask,that is,the Error Number is 3356 and the Error Type is
that You attempted to open a Database that is already opened exclusively by user
<name> on <machine> name.
I am using Delphi 5 and Microsoft Access 97 to develop a database management
system.Then I will tell you the detailed situation of the above-mentioned
queston.
When I directly enter the MIS without any other operation on the database
FangY.mdb,I press the button for the function of Zip,all is OK.However,when I
do some operation,such as input some data or do some query from FangY.mdb before
pressing the Zip buttion,then if I press the Zip button,I will meet the
above-mentioned Error Message.
After some check,I found all is connected with the FangY.ldb.
When FangY.ldb exists,I cannot do the function of zip;when FangY.ldb does not
exist,I can.
Can you tell me how to solve the question using Delphi 5 or Visual Basic 6?
How to close the database or how to delete the FangY.ldb file before pressing
the button for zipping?
that You attempted to open a Database that is already opened exclusively by user
<name> on <machine> name.
I am using Delphi 5 and Microsoft Access 97 to develop a database management
system.Then I will tell you the detailed situation of the above-mentioned
queston.
When I directly enter the MIS without any other operation on the database
FangY.mdb,I press the button for the function of Zip,all is OK.However,when I
do some operation,such as input some data or do some query from FangY.mdb before
pressing the Zip buttion,then if I press the Zip button,I will meet the
above-mentioned Error Message.
After some check,I found all is connected with the FangY.ldb.
When FangY.ldb exists,I cannot do the function of zip;when FangY.ldb does not
exist,I can.
Can you tell me how to solve the question using Delphi 5 or Visual Basic 6?
How to close the database or how to delete the FangY.ldb file before pressing
the button for zipping?