473,385 Members | 1,521 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,385 software developers and data experts.

Access error

Microsoft Access: Error message

Unrecognized database format ‘C:\ProgramDataChurchTrac\ctapp8.accdr’

Information: Can’t find the database you specified, or you didn’t specify a database at all.
Specify a valid database name in the command line, and include a path if necessary.
Jan 18 '12 #1
6 6061
NeoPa
32,556 Expert Mod 16PB
The file specified isn't a valid Access database. What more can anyone say?
Jan 18 '12 #2
BikeToWork
124 100+
Try changing the last letter in your file extension from an r to a b. "Accdb" is the default file extension for Access 2007/2010 databases. See if "C:\ProgramDataChurchTrac\ctapp8.accdb" works.
Jan 18 '12 #3
tuxalot
200 100+
Hi Kala,

This may be a shot in the dark, but you could try decompiling your project to see if an error has crept in somewhere. Create a shortcut on your desktop with this as the target (assuming your Access program has been installed in the default directory):

"C:\Program Files\Microsoft Office\Office14\MSACCESS.EXE" /decompile

Double click this shortcut to open Access in "decompile" mode. Once Access opens, navigate to and open your database. If it opens, type ALT+F11 to open the Visual Basic Editor. Open a module and compile by clicking the Debug menu > compile (your DB name). Save and exit out.

Hope it works for you!
Jan 18 '12 #4
Mihail
759 512MB
Hi all !

Hi NeoPa !
It is not a really database but it is an Access file.
Here is a link to some explanations.
I know your skills in Access and I think that your English is better than my :) so you'll understand better.
If you wish you can "translate" for others like me after you read.

http://www.file-extensions.org/accdr-file-extension
Jan 19 '12 #5
NeoPa
32,556 Expert Mod 16PB
My statement in post #2 was not based (solely) on the file extension shown, but on the error message. One way or another, the file specified was invalid. If the file had been referenced correctly in the code and it had been a valid Access database file, then this error message would not have shown up as it did.

I don't know whether the file itself is bad, or whether the reference to it was flawed, but I'm confident that the statement in post #2 is reliable and accurate.
Jan 19 '12 #6
C CSR
144 100+
The ACCDR is created by the Developers Packaging feature. Where are you trying to open it from (my file opens fine by itself). It may have been corrupted or you don't have Access Runtime installed. The installation package even put an Icon on my desktop; is that where you're opening it from?
Jan 19 '12 #7

Sign in to post your reply or Sign up for a free account.

Similar topics

2
by: Davinder | last post by:
I am trying to invoke the following line of code within my ASP: Set oApp = Server.CreateObject("Word.Application") This results in the following error: ASP 0178 Server.CreateObject Access...
2
by: MLH | last post by:
Combo box LimitToList property setting of No does not prevent the MS Access error "The text you enter must match an entry in the list" from popping up. What makes this bad is that the error is not...
1
by: JohnC | last post by:
I have this exact same scenario. It is new and seems to be related to when we installed Adobe 7.0 Standard/Professional. We have an MDB on a LAN file server. Using Access 2K and Windows 2K. ...
1
by: Joe Joe | last post by:
I write my C program in Visual C. After a malloc, I loop for 100 times and amend the memory contents which I have malloced (but I have never change the ptr or its address). After that I free the...
1
by: LP | last post by:
If you can't seem to eliminate throwing this exception, then the answer is to look for a different file opened previously with an invalid or missing filename. For example, assume the following...
3
by: Geoff | last post by:
Is it possible to intercept an error message, generated by Access, and replace it with your own warning. For example entering a duplicate entry for a key field? Thanks Geoff
2
by: HNewt | last post by:
Access Error #2335 Access 2003. OS: Win XP Pro For a client I have created a database to track customers details and purchases. I have designed a form for data entry, the form is tabbed, the...
4
by: tuxman | last post by:
Hi all. First of all let me apologize by my english. I've googled a lot about my problem, but I had not find anything conclusive. I have the following piece of code: vector < map < int , char *...
3
kZero
by: kZero | last post by:
Hi, i have problem with this code in windows vista intfile = FreeFile Open strDestination For Binary Access Write As #intfile Run-time error '75': Path/File access error
5
by: titli | last post by:
Hi guys, I have a .mdb which generates , further some mini .mdbs..Later these generated mini mdbs are provided as input to excel viewer.Till yesterday everything was working fine.. But today after...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
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: ryjfgjl | last post by:
If we have dozens or hundreds of excel to import into the database, if we use the excel import function provided by database editors such as navicat, it will be extremely tedious and time-consuming...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
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...

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.