Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
dupati1
Posting Yak Master
123 Posts |
Posted - 2003-10-01 : 16:09:07
|
Hi all,I am having some serious problems.Please help me.I tried to replicate the Access 97 DB application which is out on the network (it was created by an ex-employee).I did this process using the Briefcase method after reading the help section in the MS Access. I dragged the DB out there on the network to My briefcase on my local machine. The replication failed and i got message saying Record deleted. Now after that i tried to open the DB which is out on the network. I got the error message saying "Module not Found". Did i do some big mistake in trying to replicate the DB. Please suggest me how to get back the DB working.Thank you !!! |
|
KnooKie
Aged Yak Warrior
623 Posts |
Posted - 2003-10-02 : 12:24:37
|
does it actually let you open the database ?Can you see any modules in it ?Was anyone using the db when you tried to replicate (copy?) it ?If you need to replicate an Access db i find simply doing a copy & paste quite handy (is that what you mean by replicate?).====Paul |
 |
|
dupati1
Posting Yak Master
123 Posts |
Posted - 2003-10-02 : 16:08:08
|
Thanks.I am unable to open any of the modules. I am not sure whether anyone was working on the database when i tried to replicate it.Is my database corrupted?Any suggestions.ThanksVj |
 |
|
KnooKie
Aged Yak Warrior
623 Posts |
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2003-10-03 : 13:44:05
|
you can also use the undocumented /recompile switch. it gets rid of all compiled code and uses redoes everything. back it up first, but it may be worth a try.you're sure it's not an MDE file, right ? (since you said you couldn't open modules, i thought I'd ask because that's normal behavoir with MDE files)- Jeff |
 |
|
|
|
|