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

One table link breaks every time

EJO
Using an MS A2K front end running on WinXP and ODBC connections to SQL
Server 7 on Win 2K server; there are about 10 users who access the
front end via Terminal Server and use the same front end; there are
about another 10 users who run a copy of the db on their local machine.
SQL server has 2 databases, with approx. 20 tables between them (one
is for processing ckts from a remote sql server for local use, the
other is a site database).

There is one user that always has to refresh the same single table each
time a release of the db is copied to his local machine. Once the
table is refreshed in link manager, the front end is good to go...until
the the next release is made (about every 2 months--for changes in
business rules). We have gone and checked his WINS and DNS settings
and at this point, the only difference between other users and this one
who can't get the table normally, is that he is using a different brand
machine (he uses a toshiba satellite, all others use a ibm thinkpad).
Since purchasing a new laptop for him is out of the question, does
anyone have a suggestion for correcting this problem?

TIA for the help,

EricO.

Aug 16 '05 #1
4 1251
EJO wrote:
Using an MS A2K front end running on WinXP and ODBC connections to SQL
Server 7 on Win 2K server; there are about 10 users who access the
front end via Terminal Server and use the same front end; there are
about another 10 users who run a copy of the db on their local machine.


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

The 10 users who "access the front end via Terminal Server and use the
same front end" should NOT use the same front-end. Each user should
have a separate work folder with a COPY of the front-end in that folder.
When they log into the TS they should be automatically starting in
their work folder. More than one user opening the same front-end is
inviting corruption.

For the non-linking table. You can use a DNS-less connection string.
Go to this site for examples of DNS-less connections:
http://www.connectionstrings.com/

The advantage of a DNS-less connection is that it "points" directly to
the data location w/o having to rely on the "correctness" of the DNS
file on the local computer.
--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQwJPi4echKqOuFEgEQJgowCfbvqvlVsYZ1dpY9LJDAF3q7 dcm9IAniWa
Li8nJehLxmbU5WsrePvFx42x
=IkhD
-----END PGP SIGNATURE-----
Aug 16 '05 #2
EJO
Thanks for the connection string info, i'll give it a try.

But if you don't mind i'd like to hear more about ts running access. I
went to MS kb and didn't see any articles even generally hinting to a
problem doing so, with the exception of an unattended system account
running the db. I also didn't see many ts questions in the ng with the
exception of connecting accross a wan and similiar. This is the first
time I've looked for ts with regard to access...

When the ts users run the db, a copy of the mde is made in the same
directory as db1.mdb, db2.mdb, db3.mdb, etc. The only problem I have
had with this is that the copies are not removed when the users close
or logoff. In the 4 years my workgroup has worked like this, noone has
reported data loss that a source/cause was not identified.

Under what circumstances is data loss likely to occur? Though the
chances of users being in the same record is fair, the back end server
side locks at the column level seem to work well. Are there other
issues? Perhaps with code in the database? (I don't have any modules
other than what is behind the forms themselves.)

Win 200 Server (running TS), all updates
Access 2000 from Office SR1, don't remember which updates
no known jet service pack

Aug 17 '05 #3
EJO wrote:
Thanks for the connection string info, i'll give it a try.

But if you don't mind i'd like to hear more about ts running access. I
went to MS kb and didn't see any articles even generally hinting to a
problem doing so, with the exception of an unattended system account
running the db. I also didn't see many ts questions in the ng with the
exception of connecting accross a wan and similiar. This is the first
time I've looked for ts with regard to access...

When the ts users run the db, a copy of the mde is made in the same
directory as db1.mdb, db2.mdb, db3.mdb, etc. The only problem I have
had with this is that the copies are not removed when the users close
or logoff. In the 4 years my workgroup has worked like this, noone has
reported data loss that a source/cause was not identified.

Under what circumstances is data loss likely to occur? Though the
chances of users being in the same record is fair, the back end server
side locks at the column level seem to work well. Are there other
issues? Perhaps with code in the database? (I don't have any modules
other than what is behind the forms themselves.)

Win 200 Server (running TS), all updates
Access 2000 from Office SR1, don't remember which updates
no known jet service pack


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

It's common knowledge amongst experienced Access developers that the
same front-end should not be used by many users at one time. If TS is
making a copy of the front-end per user then there shouldn't be a
problem. My suggestion of making a work folder & placing a copy of the
front-end in that folder, essentially, does the same thing as TS is
doing automatically; it just makes a permanent copy that the users
preferences, if any, can be saved in.

BTW, Access can only lock at the row (record) level not the column
level.
--
MGFoster:::mgf00 <at> earthlink <decimal-point> net
Oakland, CA (USA)

-----BEGIN PGP SIGNATURE-----
Version: PGP for Personal Privacy 5.0
Charset: noconv

iQA/AwUBQwOFuoechKqOuFEgEQL/dQCg4Ao1F1VLU07vYH46TGJNlW24NNUAn3YF
V8Tq3ucTdogf35Hi/MniblMp
=OPni
-----END PGP SIGNATURE-----
Aug 17 '05 #4
EJO
Thanks, MGFoster...

I made a seperate post of this hoping to get some input from several
people, please don't be offended--i have gotten far too much assistance
in this group to intentionally offend someone.

For user preferences, I haven't gotten that far yet, and noone has
asked for anything that would necessitate doing so. But, that could
change...

Thanks, again!

Aug 17 '05 #5

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

Similar topics

47
by: Neal | last post by:
Patrick Griffiths weighs in on the CSS vs table layout debate in his blog entry "Tables my ass" - http://www.htmldog.com/ptg/archives/000049.php . A quite good article.
4
by: Rob Freundlich | last post by:
I have some servlet-generated tabular data that I need to present, so I'm using an HTML Table. In some cases, it can be quite large. I'm flushing the servlet output every N lines to push the data...
3
by: David Link | last post by:
Hi All, Here's a Conditional drop_table func for those interested. There was a thread on this a long time back. We do this all the time : DELETE TABLE sales; CREATE TABLE sales (...);
4
by: EJO | last post by:
Using an MS A2K front end running on WinXP and ODBC connections to SQL Server 7 on Win 2K server; there are about 10 users who access the front end via Terminal Server and use the same front end;...
6
by: jjturon | last post by:
Can anyone help me?? I am trying to pass a Select Query variable to a table using Dlookup and return the value to same select query but to another field. Ex. SalesManID ...
2
by: sieg1974 | last post by:
Hi, I have a linked list with 705 nodes, and the functions getContact and listContact to deal with it. listContact works properly, and prints all some debug information about each node. On the...
10
richardhodge
by: richardhodge | last post by:
I am a VB6 database programmer and have run into a small problem. The company I work for primarily uses Microsoft Access 2000 for the database that is the back end for our software. Well the...
2
by: sara | last post by:
I use Allen Browne's Audit Trail code in everything I do and I love it. Recently, I've run into a problem I can't figure out. I have a database with about 35 lookup tables. I am creating an...
2
by: troy_lee | last post by:
What is the best way of copying all the records from a linked table into a replica table that is local on my computer? This is for development work at home where I can not access the main table. Is...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
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: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
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: 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...
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...

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.