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

ERROR: "Method 'Connection' of object '_Current Project' failed. -2147024769"

Continue to get error message.

Here is an update of my problem and everything that I have done to
correct it.

I have created a front-end application and back-end database. I have
code that automatically links the front-end application to the
back-end database for whenever I provide a patch or upgrade. Everytime
that I opened the program in the past using either Access 2002 and
2003, it open just fine with no errors when linking to the back-end
tables.

Lately, I get the following error message whenever I open my
application:

ERROR: "Method 'Connection' of object '_Current Project' failed. Check
to see if you installed the tables used for storing data is in the
default directory. -2147024769"

After clicking, "OK", my application continues to open and re-links to
the back-end tables anyway. Yes, all the data displays in the
application front-end data fields.

I removed all the links to the back-end tables; re-imported the
back-end tables; same problem. This was then followed by with creating
a new application re-combining the front and back-ends (no problems
occurred in loading and using the application) and preceded to
re-split the application again. I continue to receive the above error.

I went to backups and earlier versions of my application, up to 12
months, and now, they give out the same above error message. Could
this be an Access problem?

John
Nov 13 '05 #1
4 2349
John Phelan wrote:
Continue to get error message.

Here is an update of my problem and everything that I have done to
correct it.

I have created a front-end application and back-end database. I have
code that automatically links the front-end application to the
back-end database for whenever I provide a patch or upgrade. Everytime
that I opened the program in the past using either Access 2002 and
2003, it open just fine with no errors when linking to the back-end
tables.

Lately, I get the following error message whenever I open my
application:

ERROR: "Method 'Connection' of object '_Current Project' failed. Check
to see if you installed the tables used for storing data is in the
default directory. -2147024769"

After clicking, "OK", my application continues to open and re-links to
the back-end tables anyway. Yes, all the data displays in the
application front-end data fields.

I removed all the links to the back-end tables; re-imported the
back-end tables; same problem. This was then followed by with creating
a new application re-combining the front and back-ends (no problems
occurred in loading and using the application) and preceded to
re-split the application again. I continue to receive the above error.

I went to backups and earlier versions of my application, up to 12
months, and now, they give out the same above error message. Could
this be an Access problem?

John


Looks more like an MDAC problem, try re-installing or install latest
version (2.8 IIRC), I had a problem like this using ADO and it was MDAC
2.7 that was screwed up by (I think) a repair install of WinXP, it had
some of the DLLs as later versions from what should have been there.

check it with this http://tinyurl.com/6gsv (MDAC Component checker)
--
Error reading sig - A)bort R)etry I)nfluence with large hammer
Nov 13 '05 #2
Trevor Best <nospam@localhost> wrote in
news:40***********************@auth.uk.news.easyne t.net:
check it with this http://tinyurl.com/6gsv (MDAC Component
checker)


May I make a suggestion about using these URL abbreviation services?

I think it's a good idea to also post the full URL along with it
because:

1. for the Google Groups archives, it's important that URLs be as
permanent as possible for posts to remain useful. If TinyURL.com
ceases operations, all those shortened URLs will become useless
(remember all the Deja News URLs that are now useless because Deja
used its own server's article numbers for its canonical URLs?).

2. corollary to 1) is that even if the target URL also expires
(assuming it's only because of a reorganization of the target
website), having the information about what website the URL was
pointing to may make it possible to search that website to locate
the content in question.

3. seeing the destination of the URL can tell a reader whether its
worth following the link or not.

--
David W. Fenton http://www.bway.net/~dfenton
dfenton at bway dot net http://www.bway.net/~dfassoc
Nov 13 '05 #3
David W. Fenton wrote:
Trevor Best <nospam@localhost> wrote in
news:40***********************@auth.uk.news.easyne t.net:

check it with this http://tinyurl.com/6gsv (MDAC Component
checker)

May I make a suggestion about using these URL abbreviation services?


No! :-)
I think it's a good idea to also post the full URL along with it
because:


[snip tinyurl may expire one day before google does]
Point taken. The original URL was
http://www.microsoft.com/downloads/d...DisplayLang=en

--
Error reading sig - A)bort R)etry I)nfluence with large hammer
Nov 13 '05 #4
"Trevor Best" <nospam@localhost> wrote...
David W. Fenton wrote:
Trevor Best <nospam@localhost> wrote:
check it with this http://tinyurl.com/6gsv (MDAC Component
checker)
May I make a suggestion about using these URL abbreviation services?
No! :-) I think it's a good idea to also post the full URL along with it
because:

[snip tinyurl may expire one day before google does]
Point taken. The original URL was

http://www.microsoft.com/downloads/d...DisplayLang=en

Ironically, and speaking as the owner of two of these "FamilyIDs" in the MS
download center, I can tell you that updates can often be posted in ways
that cause a new FamilyID to be assigned, thus making them potentially even
more temporary than tinyurl! :-)

Pages like the following may be better (since they often include redirects
when they do change):

http://msdn.microsoft.com/data/downl...s/default.aspx

and when they exist, the best kind of links are the MS version of tinyurl,
FWLink:

http://go.microsoft.com/fwlink/?LinkId=<fill in the linkid here>

(this is obviously not a valid URL since no linkid is filled in)
--
MichKa [MS]
NLS Collation/Locale/Keyboard Development
Globalization Infrastructure and Font Technologies
Windows International Division

This posting is provided "AS IS" with
no warranties, and confers no rights.
Nov 13 '05 #5

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

Similar topics

0
by: camaro77 majau via DotNetMonster.com | last post by:
Sorry by my english but i'm from spain. I have a problem and after search by the web i have know that is due by framework. The message is : setup error "failed to load ressouces from resource...
10
by: Abel | last post by:
I have this code string theClassName = "Rules.FillListBox.FillListBox" + theType + ", Rules" Type theClass = Type.GetType(theClassName) Object o = Activator.CreateInstance(theClass) object...
1
by: Chris Magoun | last post by:
I suddenly received an unexpected error in my project. I have been working on this project for some time without this issue. Nothing has changed in the form that caused the exception. A little...
5
by: Vijaya P Krishna | last post by:
Hi, I have a .NET Windows Forms application, written in VB.NET and C#. I am opening a URL from the application using Process.Start(). The URL points to a java servlet running on apache-tomcat....
2
by: =?Utf-8?B?QmFkaXM=?= | last post by:
I'm doing a server side automation(I know it's bad but..) and its working fine locally and when accessing it from a remote machine using web browser is was giving me this error"Retrieving the COM...
3
by: =?Utf-8?B?QmFkaXM=?= | last post by:
I'm doing a server side automation(I know it's bad but..) and its working fine locally and when accessing it from a remote machine using web browser is was giving me this error"Retrieving the COM...
5
by: monu121 | last post by:
hi, i am getting one error "Object Does Not Support This Property or Method..." when i am using my dll file actuly i am calling my dll file in product. i am using vb 6.0. if any one is...
5
by: xieliwei | last post by:
I have a freshly installed openSuSe 10.2 with PHP4 from http://download.opensuse.org/repositories/home:/michal-m:/php4/openSUSE_10.2/ (openSuSe abandoned PHP4 since version 10, but I have customers...
11
by: narpet | last post by:
Hello all, I'm hoping somebody can help me with this. I have an app that I've been developing in MS Visual Studio 2005 Pro, C#. I have connectivity to a SQL server database. All of the sudden,...
3
by: Sarah | last post by:
Hi - Please be gentle. I am quite new to visual basic, but I have been going through tutorials and reading up. I found a code snippet on the internet that I wanted to see if I could re-purpose...
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: 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: 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: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...

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.