Data Access Application Block

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was just wondering if the MS DAAB is for use with just the SQLServer
database, or can it be used with an Access db as well. And if it can, then
could someone please point me out to the connection string?

Cheers!
Nick
 
Hi Nick,,,

Regarding usuage with access you may need to check it...I have no idea about
that...

Connection string for AccessDB is
"Driver={Microsoft Access Driver
(*.mdb)};Dbq=C:\mydatabase.mdb;Uid=Admin;Pwd=;"

HTH

With Best Regards
Naveen K S
 
The 2.0 version in the Enterprise Library includes an adapter for both SQL
Server and Oracle. I don't know if it includes Access.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 

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

Back
Top