Connecting to a msaccess project database adp

P

paulcis

I am trying to link to a microsoft adp file using ASP
does anyone know how to (in general terms) create a connection string
to access the data base

thanks paul
 
B

Bob Barrows [MVP]

paulcis said:
I am trying to link to a microsoft adp file using ASP
does anyone know how to (in general terms) create a connection string
to access the data base
I'm not sure what an adp file is. A Jet database file usually has the
extension .mdb. Does the .adp file contain the database as well? Or does
it contain the UI needed to work with the .mdb file? You would need to
post to an Access group for that. You can find Jet connection strings
here:

http://www.aspfaq.com/show.asp?id=2126
 
M

Mike Brind

Bob said:
I'm not sure what an adp file is. A Jet database file usually has the
extension .mdb. Does the .adp file contain the database as well? Or does
it contain the UI needed to work with the .mdb file? You would need to
post to an Access group for that. You can find Jet connection strings
here:

http://www.aspfaq.com/show.asp?id=2126

An ADP is an Access Data Project. Effectively, it's an Access
front-end (with a couple of mods) to a SQL Server back end. The .adp
file is the UI to the .mdf file.

To Paul: You should look at the SQL Server connection string in the
link that Bob offered. That will connect you to the data, but your adp
file will be redundant.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,579
Members
45,053
Latest member
BrodieSola

Latest Threads

Top