473,804 Members | 3,209 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Network Headache with transferdatabas e

Here is the setup

There are three Machines all running Access97 & XP Pro

\\readingtill1 \\redingback \\redingtill2

on a LAN

And four dbs

\\redingtill1\t ill\till.mdb
\\redingback\ar t\backend.mdb
\\redingtill2\t ill\till.mdb
\\redingback\ar t\frontend.mdb

On startup redingtill1\til l\till.mdb executes transferdatabas e actions
to IMPORT the tables tblclerks & tblclerktill from
\\redingback\ar t\backend.mdb. The actions are preceded by deletes.
The imports execute without error.

Now \\redingback\ar t\frontend.mdb has a form bound to a query which is
formed by a join on the tables tblclerks & tbl clerktill (linked from
\\redingback\ar t\backend.mdb). This select query runs flawlessly until
today.

I disconnected \\redingtill2 fron the network after it had executed
its transferdatabas e action. When I tried to run the query on
\\redingback\ar t\frontend it took 3 minutes to run. (this is for
tables with 18 and 10 records in them)
Re-connecting the \\redingtill2 db fixes the problem straight away.

Experimenting with different query designs,both the tblclerks and tbl
clerktill tables worked fine when joined to other tables. It was only
when joined to each other that the slowdown occured. All other
tables/queries are working as intended.

Does anyone have any ideas or experience of similar problems?
Any help gratefully received.
Nov 12 '05 #1
0 1664

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

Similar topics

2
2122
by: Jer | last post by:
I am trying to export the results of a view from an .adp to an .mdb using TransferDatabase. The code I am using is DoCmd.TransferDatabase acExport, "Microsoft Access", _ "C:\___work\WayAhead\Implementation\XTRA_Samples.mdb" _ , acTable, "x_loe_vw", "LOE_tbl" When I run this I get an error that states " can't find the object 'x_loe_vw'". Yet it is defined as a view.
6
3179
by: dixie | last post by:
I am using the Docmd.TransferDatabase to transfer part of a table into another smaller database. The source comes from a select query that transfers the part of the table that I need. The problem is that I don't get the primary key at the other end of the transfer. All the fields and data are in place, but no primary key. This causes a problem with the database it is exported to. Is there a workaround to this problem. I can't find...
2
1942
by: Pachydermitis | last post by:
Hi all, I am trying to use transferdatabase to link tables to a shared backend. If someone is already using the back end, transferdatabase tries to lock the table and causes an error. Is there another way to control locking on transferdatabase since no data is in question? Is there any other way to link tables other than ADOX? Thanks Pachydermitis
1
12491
by: Jens Hofmeier | last post by:
Hello, i want to transfer a table from database sourceMDB to a password protected database named destMDB. I was not able to figure out where to specify the required password ind the parameters of TransferDatabase. Can anyone help? Thanks, Jens
2
14621
by: AccessStarters | last post by:
I am trying to Import a simple dbase file into my Ak2 TABLES. If I do this manually, it works fine. I get a new table called DBASE with all the data looking good. If I try and do this using VBA code (see below) I get a path is not valid for "C:\Databases\dbase.dbf". I know it's valid and have tried putting it on the C root and still same error message. I am running Wk2 on single wstation. Any help on this will be much appreciated D....
6
2003
by: Dave Gehrig | last post by:
Hi guys, Using Access 2003 on XP. First time caller, long time listener. I am not a programmer per se, and all my training in coding in the past year or so has come from the wealth of info in these newsgroups, but I've finally hit a brick wall re importing tables from one Access db to another. I have set up an import routine that loops through db's in a specified
1
6954
by: Danny J. Lesandrini | last post by:
Does anyone know if it's possible to use TransferDatabase to export data to MySQL? If not, how would one go about it? Below is the code I tried to use, but it doesn't work. sTable = "tblLead" sODBC = "ODBC;Driver={MySQL ODBC 3.51 Driver};" & _ "SERVER=localhost;UID=root;PASSWORD=xxxxx;DATABASE=opc" sODBC = "ODBC;DSN=OPC;UID=root;PWD=xxxxx;DSN=dsn1" DoCmd.TransferDatabase acExport, "ODBC Databases", sODBC, acTable, sTable, sTable
1
3074
by: solar | last post by:
In copying tables i use the command Transferdatabase shown below.It is a good command, but i need the following refinement. I want to copy the table only when the Yes/No field "accepted" in the table Unis is set to Yes.Can i do it in the command, and if not, how can i set the condition ? DoCmd.TransferDatabase TransferType, "Microsoft Access", appath, acTable, "Unis", "Unis"
0
1748
by: rdemyan | last post by:
I'm trying to use TransferDatabase to transfer tables from an external secured DB to a database created in the code. I would like to kind of use automation, although OpenCurrentDatabase apparantly can't be made to work with secured databases. I saw a post where someone from MS recommended GetObject. My code below has two problems. I keep getting an unspecified error on the GetObject line. So, I've temporarily used On Error Resume Next...
0
9708
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, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
9587
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 effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10588
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, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
10324
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 Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10085
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
9161
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5527
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
2
3827
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2998
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.