|
it
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Connecting to a msaccess project database adp
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 paulcis wrote:
> I am trying to link to a microsoft adp file using ASP I'm not sure what an adp file is. A Jet database file usually has the> does anyone know how to (in general terms) create a connection string > to access the data base > 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 -- Microsoft MVP -- ASP/ASP.NET Please reply to the newsgroup. The email account listed in my From header is my spam trap, so I don't check it very often. You will get a quicker response by posting to the newsgroup. Bob Barrows [MVP] wrote:
> paulcis wrote: An ADP is an Access Data Project. Effectively, it's an Access> > 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 > 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. -- Mike Brind |
|||||||||||||||||||||||