Re: Loads of errors when querying MS SQL Server Express 2005 from Access 2007
- From: Rich P <rpng123@xxxxxxx>
- Date: Fri, 30 May 2008 14:38:31 -0500
The problem is with the ODBC connection - in general. If you are going
to be using Access as a front end for a Sql Server backend - you will
have more consistent/better results using ADO instead of ODBC. ADO
requires using VBA. If you want to use the Access Query Tool you will
have to create a temp table in the Access mdb into which you would write
an ADO datapull from the server, and then you can query that. The
alternative is to write the queries directly in the ADO command object
and execute it. You will write the results of the ADO query into a temp
table in the Access mdb the same as above.
Rich
*** Sent via Developersdex http://www.developersdex.com ***
.
- Follow-Ups:
- Re: Loads of errors when querying MS SQL Server Express 2005 from Access 2007
- From: lyle fairfield
- Re: Loads of errors when querying MS SQL Server Express 2005 from Access 2007
- From: Rick Brandt
- Re: Loads of errors when querying MS SQL Server Express 2005 from Access 2007
- References:
- Prev by Date: Re: VBA/Access Global Search&Replace from LUT
- Next by Date: Re: Table setting to disallow new rec's?
- Previous by thread: Loads of errors when querying MS SQL Server Express 2005 from Access 2007
- Next by thread: Re: Loads of errors when querying MS SQL Server Express 2005 from Access 2007
- Index(es):
Relevant Pages
|