Connecting Tech Pros Worldwide Forums | Help | Site Map

ODBC Driver for .adp

JH Higgins
Guest
 
Posts: n/a
#1: Nov 13 '05
I'm trying to create an odbc data source for a MS Access .adp file.
Apparently there is no driver for this type of file available on this
PC. Do you know where I could find one?

thanks

jhh

Steve Jorgensen
Guest
 
Posts: n/a
#2: Nov 13 '05

re: ODBC Driver for .adp


An ODBC driver for an ADP file is about the most impossible thing you can
imagine. First of all, an ADP file is designed to use onlu ADO, not DAO, and
second of all, an ADP file stores neither data not information about tables,
it looks at a specified SQL Server connection for all of that information at
run-time.

Consequently, there is nothing in an ADP file for ODBC to conceivably refer
to.

On 17 Jun 2004 09:54:38 -0700, John.H.Higgins@Hitchcock.org (JH Higgins)
wrote:
[color=blue]
>I'm trying to create an odbc data source for a MS Access .adp file.
>Apparently there is no driver for this type of file available on this
>PC. Do you know where I could find one?
>
>thanks
>
>jhh[/color]

Closed Thread


Similar Microsoft Access / VBA bytes