I'm running Access 2000 with a SQL 7 back end, using ODBC linked tables in
an MDB file. The db is used by about 30 users on a LAN, and an additional 10
or so on a WAN.
Recently, one of the WAN users complained of intermittently not being able
to find certain customers in the customers table (contains around 40,000
records). There are specific "problem records" of customers that can't be
found, and they all start with the letter "F" (the table has a numeric
customer ID as its primary key).
For these three or four customers that have been identified so far as
problem records, the customer exists in the customer list (a drop-down based
on a front-end table), but, when trying to go to the record, are told that
the record's not found.
Similarly, when the user searches for one of these problem records using the
custom search function, which searches the linked tables, the search
function says the record cannot be found.
Note that this is an intermittent problem with this single WAN user, and no
other users (on WAN or LAN are having this problem).
Any ideas about what might be causing it, or what can be done to this single
user's machine to alleviate the problem?
Thanks!
Neil 5 2736
On Mon, 06 Aug 2007 20:17:20 GMT, "Neil" <no****@nospam.netwrote:
WAN? What exactly do you mean. Access is not designed to be used on a
WAN (using the standard definition thereof).
-Tom.
>I'm running Access 2000 with a SQL 7 back end, using ODBC linked tables in an MDB file. The db is used by about 30 users on a LAN, and an additional 10 or so on a WAN.
Recently, one of the WAN users complained of intermittently not being able to find certain customers in the customers table (contains around 40,000 records). There are specific "problem records" of customers that can't be found, and they all start with the letter "F" (the table has a numeric customer ID as its primary key).
For these three or four customers that have been identified so far as problem records, the customer exists in the customer list (a drop-down based on a front-end table), but, when trying to go to the record, are told that the record's not found.
Similarly, when the user searches for one of these problem records using the custom search function, which searches the linked tables, the search function says the record cannot be found.
Note that this is an intermittent problem with this single WAN user, and no other users (on WAN or LAN are having this problem).
Any ideas about what might be causing it, or what can be done to this single user's machine to alleviate the problem?
Thanks!
Neil
Tom,
Access client applications on the user's machines have worked for me, all
the way back to Access 2.0, via ODBC linked tables to server DBs on a WAN.
Performance can be a problem if there are very slow links (one company had
very slow response when multiple users at remote locations were connected by
256KB leased line, but response was acceptable to the users when they
upgraded to a T-1 connection).
I certainly don't recommend a split Access - Jet database across a WAN, but
some have reported even that was (at least minimally) acceptable for
occasional connections (The thought that came to my mind was "for very
patient users, perhaps." <GRIN>)
Larry Linson
Microsoft Access MVP
"Tom van Stiphout" <no*************@cox.netwrote in message
news:4v********************************@4ax.com...
On Mon, 06 Aug 2007 20:17:20 GMT, "Neil" <no****@nospam.netwrote:
WAN? What exactly do you mean. Access is not designed to be used on a
WAN (using the standard definition thereof).
-Tom.
>>I'm running Access 2000 with a SQL 7 back end, using ODBC linked tables in an MDB file. The db is used by about 30 users on a LAN, and an additional 10 or so on a WAN.
Recently, one of the WAN users complained of intermittently not being able to find certain customers in the customers table (contains around 40,000 records). There are specific "problem records" of customers that can't be found, and they all start with the letter "F" (the table has a numeric customer ID as its primary key).
For these three or four customers that have been identified so far as problem records, the customer exists in the customer list (a drop-down based on a front-end table), but, when trying to go to the record, are told that the record's not found.
Similarly, when the user searches for one of these problem records using the custom search function, which searches the linked tables, the search function says the record cannot be found.
Note that this is an intermittent problem with this single WAN user, and no other users (on WAN or LAN are having this problem).
Any ideas about what might be causing it, or what can be done to this single user's machine to alleviate the problem?
Thanks!
Neil
And yet I use it, and it works fine. Imagine that!
"Tom van Stiphout" <no*************@cox.netwrote in message
news:4v********************************@4ax.com...
On Mon, 06 Aug 2007 20:17:20 GMT, "Neil" <no****@nospam.netwrote:
WAN? What exactly do you mean. Access is not designed to be used on a
WAN (using the standard definition thereof).
-Tom.
>>I'm running Access 2000 with a SQL 7 back end, using ODBC linked tables in an MDB file. The db is used by about 30 users on a LAN, and an additional 10 or so on a WAN.
Recently, one of the WAN users complained of intermittently not being able to find certain customers in the customers table (contains around 40,000 records). There are specific "problem records" of customers that can't be found, and they all start with the letter "F" (the table has a numeric customer ID as its primary key).
For these three or four customers that have been identified so far as problem records, the customer exists in the customer list (a drop-down based on a front-end table), but, when trying to go to the record, are told that the record's not found.
Similarly, when the user searches for one of these problem records using the custom search function, which searches the linked tables, the search function says the record cannot be found.
Note that this is an intermittent problem with this single WAN user, and no other users (on WAN or LAN are having this problem).
Any ideas about what might be causing it, or what can be done to this single user's machine to alleviate the problem?
Thanks!
Neil
On Tue, 07 Aug 2007 04:48:32 GMT, "Larry Linson"
<bo*****@localhost.notwrote:
For a moment I thought the OP was using an MDB over a WAN, but no, he
clearly states SQL Server 7. I wonder if the problem user has the
same version of the ODBC drivers and Office and Jet.
Could it be that the problem records are especially wide, perhaps with
varchars that are more fully populated, or memo fields?
-Tom.
>Tom,
Access client applications on the user's machines have worked for me, all the way back to Access 2.0, via ODBC linked tables to server DBs on a WAN. Performance can be a problem if there are very slow links (one company had very slow response when multiple users at remote locations were connected by 256KB leased line, but response was acceptable to the users when they upgraded to a T-1 connection).
I certainly don't recommend a split Access - Jet database across a WAN, but some have reported even that was (at least minimally) acceptable for occasional connections (The thought that came to my mind was "for very patient users, perhaps." <GRIN>)
Larry Linson
Microsoft Access MVP
"Tom van Stiphout" <no*************@cox.netwrote in message news:4v********************************@4ax.com.. .
>On Mon, 06 Aug 2007 20:17:20 GMT, "Neil" <no****@nospam.netwrote:
WAN? What exactly do you mean. Access is not designed to be used on a WAN (using the standard definition thereof).
-Tom.
>>>I'm running Access 2000 with a SQL 7 back end, using ODBC linked tables in an MDB file. The db is used by about 30 users on a LAN, and an additional 10 or so on a WAN.
Recently, one of the WAN users complained of intermittently not being able to find certain customers in the customers table (contains around 40,000 records). There are specific "problem records" of customers that can't be found, and they all start with the letter "F" (the table has a numeric customer ID as its primary key).
For these three or four customers that have been identified so far as problem records, the customer exists in the customer list (a drop-down based on a front-end table), but, when trying to go to the record, are told that the record's not found.
Similarly, when the user searches for one of these problem records using the custom search function, which searches the linked tables, the search function says the record cannot be found.
Note that this is an intermittent problem with this single WAN user, and no other users (on WAN or LAN are having this problem).
Any ideas about what might be causing it, or what can be done to this single user's machine to alleviate the problem?
Thanks!
Neil
The machines are both using Access v. 9.0.0.6620, Jet 4.0.8618.0, and SQL
driver version 2000.85.1117.0. So I don't think it's a version issue (I'm
not checking their version of Office, itself, just Access).
Also, I looked at the data for one of the problem records, and all the
data's pretty short. There are two memo fields that contain 421 characters
and 252 characters. So that doesn't appear to be it.
Thanks,
Neil
"Tom van Stiphout" <no*************@cox.netwrote in message
news:ot********************************@4ax.com...
On Tue, 07 Aug 2007 04:48:32 GMT, "Larry Linson"
<bo*****@localhost.notwrote:
For a moment I thought the OP was using an MDB over a WAN, but no, he
clearly states SQL Server 7. I wonder if the problem user has the
same version of the ODBC drivers and Office and Jet.
Could it be that the problem records are especially wide, perhaps with
varchars that are more fully populated, or memo fields?
-Tom.
>>Tom,
Access client applications on the user's machines have worked for me, all the way back to Access 2.0, via ODBC linked tables to server DBs on a WAN. Performance can be a problem if there are very slow links (one company had very slow response when multiple users at remote locations were connected by 256KB leased line, but response was acceptable to the users when they upgraded to a T-1 connection).
I certainly don't recommend a split Access - Jet database across a WAN, but some have reported even that was (at least minimally) acceptable for occasional connections (The thought that came to my mind was "for very patient users, perhaps." <GRIN>)
Larry Linson Microsoft Access MVP
"Tom van Stiphout" <no*************@cox.netwrote in message news:4v********************************@4ax.com. ..
>>On Mon, 06 Aug 2007 20:17:20 GMT, "Neil" <no****@nospam.netwrote:
WAN? What exactly do you mean. Access is not designed to be used on a WAN (using the standard definition thereof).
-Tom.
I'm running Access 2000 with a SQL 7 back end, using ODBC linked tables in an MDB file. The db is used by about 30 users on a LAN, and an additional 10 or so on a WAN.
Recently, one of the WAN users complained of intermittently not being able to find certain customers in the customers table (contains around 40,000 records). There are specific "problem records" of customers that can't be found, and they all start with the letter "F" (the table has a numeric customer ID as its primary key).
For these three or four customers that have been identified so far as problem records, the customer exists in the customer list (a drop-down based on a front-end table), but, when trying to go to the record, are told that the record's not found.
Similarly, when the user searches for one of these problem records using the custom search function, which searches the linked tables, the search function says the record cannot be found.
Note that this is an intermittent problem with this single WAN user, and no other users (on WAN or LAN are having this problem).
Any ideas about what might be causing it, or what can be done to this single user's machine to alleviate the problem?
Thanks!
Neil
This thread has been closed and replies have been disabled. Please start a new discussion. Similar topics
by: Oren |
last post by:
Hi,
I have an Access application with linked tables via ODBC to MSSQL
server 2000.
Having a weird problem, probably something i've done while not being
aware of (kinda newbie).
the last 20...
|
by: David |
last post by:
Hi,
I have an order form which has a field 'ProductID'.
This form has a button on each record to open a new form linked by
ProductID.
This new form is a continuous form and obviously, only...
|
by: Rashapoo |
last post by:
I have just completed a basic course in Access. I have some relational
b/g in DB2 and Cobol. I have a question my instructor couldn't answer
(or maybe I didn't explain myself)
I design a...
|
by: csgraham74 |
last post by:
Hello,
im using MS Access as a front end to link to MYSQL. although this is
possibly an Access issue i thought someone would be able to help me.
the error message "ODBC--insert on a linked table...
|
by: sparks |
last post by:
I am trying to fix a database that someone did about 4 yrs ago in
access97.
The main table just contains demographics and is on the main form of
the database.
It has a subform on a tab that...
|
by: gerbski |
last post by:
Hi all,
I am relatively new to ADO, but up to now I got things working the way
I wanted. But now I've run into somethng really annoying.
I am working in MS Access. I am using an Access...
|
by: wvmbark |
last post by:
First time poster... I just found this forum and it appears there's plenty of people here that could make short work of problem that's been driving me absolutely bonkers for months.
Every day we...
|
by: Charlotte |
last post by:
Hi,
i've googeled to find a asp-script that can compare all the records in two
different access databases
the mdb's have exactly the same tables
what i want is that (the output) all the...
|
by: scott.tang |
last post by:
I'm experiencing a very strange problem. My application is MS Access
front-end and MS SQL server back-end database. I have a SQL statement
that deletes records from a table after an export...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 2 August 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: erikbower65 |
last post by:
Using CodiumAI's pr-agent is simple and powerful. Follow these steps:
1. Install CodiumAI CLI: Ensure Node.js is installed, then run 'npm install -g codiumai' in the terminal.
2. Connect to...
|
by: linyimin |
last post by:
Spring Startup Analyzer generates an interactive Spring application startup report that lets you understand what contributes to the application startup time and helps to optimize it. Support for...
|
by: erikbower65 |
last post by:
Here's a concise step-by-step guide for manually installing IntelliJ IDEA:
1. Download: Visit the official JetBrains website and download the IntelliJ IDEA Community or Ultimate edition based on...
|
by: isladogs |
last post by:
The next Access Europe meeting will be on Wednesday 6 Sept 2023 starting at 18:00 UK time (6PM UTC+1) and finishing at about 19:15 (7.15PM)
The start time is equivalent to 19:00 (7PM) in Central...
|
by: Taofi |
last post by:
I try to insert a new record but the error message says the number of query names and destination fields are not the same
This are my field names
ID, Budgeted, Actual, Status and Differences
...
|
by: lllomh |
last post by:
Define the method first
this.state = {
buttonBackgroundColor: 'green',
isBlinking: false, // A new status is added to identify whether the button is blinking or not
}
autoStart=()=>{
|
by: Mushico |
last post by:
How to calculate date of retirement from date of birth
|
by: DJRhino |
last post by:
Was curious if anyone else was having this same issue or not....
I was just Up/Down graded to windows 11 and now my access combo boxes are not acting right. With win 10 I could start typing...
| |