473,396 Members | 2,018 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,396 software developers and data experts.

Linking to SQL Server 2000

I have an Access 2000 front end that I wish to work with a SQL Server
2000 database by means of Linked tables.
Do I have to use an ODBC connection to SQL Server?
It seems to be the only option offered in the table linking dialog.
Is there a more direct connection with OLE_DB?

John South
Pangbourne UK
Nov 12 '05 #1
3 4366
ADP

"John South" <js****@cix.co.uk> wrote in message
news:d2**************************@posting.google.c om...
I have an Access 2000 front end that I wish to work with a SQL Server
2000 database by means of Linked tables.
Do I have to use an ODBC connection to SQL Server?
It seems to be the only option offered in the table linking dialog.
Is there a more direct connection with OLE_DB?

John South
Pangbourne UK

Nov 12 '05 #2
On 16 Sep 2003 09:36:26 -0700 in comp.databases.ms-access,
js****@cix.co.uk (John South) wrote:
I have an Access 2000 front end that I wish to work with a SQL Server
2000 database by means of Linked tables.
Do I have to use an ODBC connection to SQL Server?
It seems to be the only option offered in the table linking dialog.
Is there a more direct connection with OLE_DB?


For linking tables, ODBC is the way, nowt wrong with it, you can
bypass jet using pass-through queries, etc the only stumbling block
will be on low bandwidth connections where you discover that Access
likes to use a little more bandwidth than you anticipated, especially
re-linking over a slow link, on one site I worked on everything was
connected by Microwave or Breezecom radio links, re-linking 250 tables
over that lot used to take about 20 minutes, some forms took more than
a second or two to open but once in it was pretty fast. On a LAN
you'll have no problems except with exceptionally inefficient queries
either by you or by the way Jet interprets them, redesign it as a view
on the server... problem solved.

For OLEDB linked tables you need a ADP, not sure if Access 2000
supports those, long time since I looked at that version. The downside
to ADPs from what I can see is no local tables, queries e.g. you can
get away with VBA functions in queries, not with an ADP as they're
views on the server.

--
A)bort, R)etry, I)nfluence with large hammer.

(replace sithlord with trevor for email)
Nov 12 '05 #3
I found "Microsoft Access Developer's Guide to SQL Server" by Mary Chipman
and Andy Baron well worth the price.

HTH

Ernie Scofield
I have an Access 2000 front end that I wish to work with a SQL Server

Nov 12 '05 #4

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

Similar topics

3
by: Richard Muller | last post by:
Hi All, I've got the ASP script shown below that complains as follows: Microsoft OLE DB Provider for ODBC Drivers (0x80004005) Data source name not found and no default driver specified...
3
by: Dad | last post by:
I need to connect SQL Server 2000 to DB2 on z/OS through DB2 Connect 8. I can successfully connect and query data through a System DSN, but trying to link the server using this DSN and MSDASQL...
14
by: diskoduro | last post by:
Hi!! Years ago I built a database to control the production of a little factory. The users wanted to work in a Windows Net workgroup so I created an mdb with all the tables and data an after...
5
by: Brian | last post by:
I need to import data from 720 csv files into an Access database so I can do some editing prior to loading into a SQL Server. These files came from data output from a mainframe on a monthly basis....
5
by: Christoph Sticksel | last post by:
Hi, I'm having problems with attaching two tables stored in an SQL Server 2000 to an Access 97 database. It worked well for all other tables except those two. This is what I did: Choose the...
1
by: lphuong | last post by:
I'm working on a db on Access 2000. I'm also linking that db to some tables on SQL Server Enterprise Manager. My code is stop running at the statement, set db=CurrentDb()? Is that the reason I...
4
by: Timothy Golden | last post by:
Can anyone tell me what goes on beneath the hood with table linking in Access? We have a speed issue with our database. It uses access for the front end and the back end. Prior to splitting the...
13
NeoPa
by: NeoPa | last post by:
My setup I have a SQL Server (2000) back end database, which I access via Access (among other methods). I use an ODBC link and Windows authentication. As an administrator I am mapped onto sa...
0
NeoPa
by: NeoPa | last post by:
If anyone can help with a problem linking across to a table in a database on a SQL 2000 server, then please visit Linking from Access over in SQL Server. I'm locking this so that any and all...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
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...
0
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,...
0
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...

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.