Using mirrored sql 2005 db with a ms access adp project

G

Guest

Hi, I have a MS Access (2002) adp project connecting to a sql 2005 database.

I'm investigating the possibilities of using Database Mirroring in
conjunction with this adp project. I tested the setup of the mirrored db srv
with a small Dot.Net test app and that worked fine, providing I added the 2nd
mirrored server to the sql connection string with "Data
source=sqlsrv1;Failover Partner=sqlsrv2;"

Is there any equivalence to this to use with the build in sql client of MS
Access?
Are there any know issues with MS Access 2002 that are solved in later
versions?

Thanks for any assistance, Bart
 
S

Sylvain Lafontaine

You could try using CloseConnection and OpenConnection; see:

http://groups.google.ca/group/micro...oseconnection+openconnection#c5fcb3ae76a9802b

However, I would myself be surprised if this work.

(Don't forget that the OpenConnection method is very pricky about the
connection string that you will give it and that all the necessary
parameters must be given; as indicated in the mentioned thread. Also, I'm
not sure if these two methods work correctly with A2007 or with the
runtime.)
 

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

Top