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

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

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?

Any ideas on what is going on?
John
Nov 13 '05 #1
4 3827
I've seen this problem when there are hidden table objects confusing my
re-linker. Have the re-linker print out the name of each table as it loops,
and see if you get any strange ones.

On 3 Jul 2004 07:10:39 -0700, jp*********@earthlink.net (John Phelan) wrote:
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?

Any ideas on what is going on?
John


Nov 13 '05 #2
Hi Tom,

Do you mean the references library in Access or references to tables
when
looking at the table links?

Thanks for responding,
John


*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #3
How do you get the. "the re-linker print out the name of each table"?

John

*** Sent via Devdex http://www.devdex.com ***
Don't just participate in USENET...get rewarded for it!
Nov 13 '05 #4
Steve,

How do you print out the name of each as it loops using the r0linker?

John
Steve Jorgensen <no****@nospam.nospam> wrote in message news:<r1********************************@4ax.com>. ..
I've seen this problem when there are hidden table objects confusing my
re-linker. Have the re-linker print out the name of each table as it loops,
and see if you get any strange ones.

On 3 Jul 2004 07:10:39 -0700, jp*********@earthlink.net (John Phelan) wrote:
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?

Any ideas on what is going on?
John

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: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
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
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: 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...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
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
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...

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.