473,670 Members | 2,581 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

insert fails on linked SQL table (timeout)

I have an Access XP app that has linked table to SQL 2005 express.
When trying to save a new record, users are getting an error mesage
"insert on linked tbale failed. Timout expired")

I suspect that it has something to do with other users have the table
locked. I tried to look at the locks with SQL Studio express. I can
not find info on what tables are locked.
Feb 4 '08 #1
3 2746
On Feb 4, 10:53*am, Bill <bmacbr...@exci te.comwrote:
I have an Access XP app that has linked table to SQL 2005 express.
When trying to save a new record, users are getting an error mesage
"insert on linked tbale failed. *Timout expired")

I suspect that it has something to do with other users have the table
locked. *I tried to look at the locks with SQL Studio express. *I can
not find info on what tables are locked.
And what error do you get if you try an insert from within sql studio
express ?
Feb 4 '08 #2
On Feb 4, 12:05*pm, Roger <lesperan...@na tpro.comwrote:
On Feb 4, 10:53*am, Bill <bmacbr...@exci te.comwrote:
I have an Access XP app that has linked table to SQL 2005 express.
When trying to save a new record, users are getting an error mesage
"insert on linked tbale failed. *Timout expired")
I suspect that it has something to do with other users have the table
locked. *I tried to look at the locks with SQL Studio express. *I can
not find info on what tables are locked.

And what error do you get if you try an insert from within sql studio
express ?
It works some of the time from the app. I have not tried to insert a
record from Studio.
Feb 4 '08 #3
On Feb 4, 11:46*am, Bill <bmacbr...@exci te.comwrote:
On Feb 4, 12:05*pm, Roger <lesperan...@na tpro.comwrote:
On Feb 4, 10:53*am, Bill <bmacbr...@exci te.comwrote:
I have an Access XP app that has linked table to SQL 2005 express.
When trying to save a new record, users are getting an error mesage
"insert on linked tbale failed. *Timout expired")
I suspect that it has something to do with other users have the table
locked. *I tried to look at the locks with SQL Studio express. *I can
not find info on what tables are locked.
And what error do you get if you try an insert from within sql studio
express ?

It works some of the time from the app. *I have not tried to insert a
record from Studio.
I'm thinking that trying it from studio will give a more informative
message as to why the timeout
Feb 4 '08 #4

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

Similar topics

1
17000
by: Adrian | last post by:
Both servers running SQL 2000 I have set up on our local SQL server (using Enterprise Manager) a linked server running on our ISP. Just did new linked server and added remote password and login. The following three queries work: insert into LinkedServer.dbname.dbo.Table2 select *
0
4765
by: Daniel Adam | last post by:
Hi, I configured a linked server in MS SQL Server v8 pointing to a remote AS/400 DB2 database. I used Client Access ODBC driver (v7), installed it from a Client Access Express v4.5. Select/update/delete seems to be working fine, I just cannot execute an insert statement. Here's the error I'm getting: update as400..U1.TB1 set a = 4 select * from as400..U1.TB1
8
9232
by: Bri | last post by:
Greetings, I'm having a very strange problem in an AC97 MDB with ODBC Linked tables to SQL Server 7. The table has an Identity field and a Timestamp field. The problem is that when a new record is entered, either from a form or from the table view of the table, when the record gets saved it immediately displays #DELETED# in all of the fields. However, if I close the form or table view and reopen the record has in fact been inserted. The...
0
6877
by: crypto_solid via AccessMonster.com | last post by:
I have been using a SQL database with a VB5 frontend for about 5 years. Works well. Unfortunately I don't have access to the source code. I was tasked with implementing a "job entry" application that will allow a restricted list of users to enter jobs in the database. We do not want these users to be able to access all the data. I created an application in Access 2002 that performs this function seemingly quite well. However we now...
3
7984
by: nolanmadson | last post by:
I'm creating a front-end for some Teradata user maintenance tables in MS Access. I've started having problems in occasionally not being able to insert or update records in these tables. I've been able to create the Teradata tables, link to them via ODBC and then insert or update in MS Access. However, in subsequent sessions have not been able to do so. In another instance a colleague created tables, I was able to make entries. She had to...
2
4804
by: technocraze | last post by:
Hi guys, I have encountered this error when updating the values to the MS Acess table. Error : Update on linked table failed. ODBC sql server error Timeout expired. MS Acess is my front end and sql server is my backend server. This error occured whenever i step through and when it reaches rs.update it jux hangs down there and thereafter it shwn the aforementioned error. I am using the RecordSet properties to add the values. Can I use...
15
5257
by: abracad_1999 | last post by:
I am trying to populate a table with the following insert query run through phpmyadmin. When I attempt to run it phpmyadmin just freezes. After a while "Fatal error: Maximum execution time of 300 seconds exceeded in /web/myadmin/283/libraries/import.lib.php on line 19" appears but no indication as why the command fails. Any advice most welcome. INSERT INTO `countries` ( `id` , `country` ) VALUES ('1', 'Abkhazia'), ('2',...
4
8275
by: Fred Zuckerman | last post by:
I have a A2K database that includes some linked tables (these links are SQL views). Sometimes there are "issues" with the SQL server and the users receive a timeout error whenever they try to access those records. The timeout error occurs after 60 seconds. Many times the user has given up and used ctrl-alt-del to end task thinking their computer has locked up. I suppose I could change the default timeout from 60 seconds down to 30...
1
6548
by: Stout | last post by:
Is it possible to create a trigger in one database, that after an insert, will update a database on a different server? If so, how would I do this? Thanks. Bill
0
8901
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...
0
8813
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8591
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
7412
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...
1
6212
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4208
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...
0
4388
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2799
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2037
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

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.