Jump to content

Calling access DB on distributed sytem without MS Access installed


Recommended Posts

I don't use the ADO toolkit, but it probably uses a connection string to determine which database to connect to, so you should be able to set a different string to use another DB. It probably does require the ADO libraries, but I think those are installed with Windows.

Link to comment

QUOTE(Klaus Petersen @ Mar 4 2008, 04:06 PM)

Hey.

My problem is that i'm using the ADO-toolkit to connect to a database. But apperently this relies on the host having MS access installed to work. Is there a way around this? Can i include an installer that will make the target able to call access db's?

If you install MDAC (already installed on recent Windows OSes like XP) you should be able to read Acess database files *.mdb) using a properly formatted DSN/UDN.

Rolf Kalbermatter

Link to comment

QUOTE (Klaus Petersen @ Mar 4 2008, 10:06 PM)

that's wrong. the ADO-Toolkit does not need Access to work properly

QUOTE (rolfk @ Mar 10 2008, 09:52 PM)

If you install MDAC (already installed on recent Windows OSes like XP) you should be able to read Acess database files *.mdb) using a properly formatted DSN/UDN.

that's right. You have to install MDAC to use the ADO-Toolkit. MDAC is allready pre-installed on Windows 2k or higher, so you have to install it on Windows 98 or if you want to update your MDAC installation

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.