Results 1 to 4 of 4

Thread: Deploying apps with database access

  1. #1

    Thread Starter
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530

    Deploying apps with database access

    ok well i have made an app which attaches to an access db and it is time to create a setup package. the curious thing is that when i add the primary output to the setup package, it puts the adodb.dll, interop.jro.dll assemblies and a msjro.dll file into the application directory.

    I thought the framework was all that was needed to deploy a net app? does anyone know why they are bundled as well, and where are they copied to?

    what about mdac, do i need to install that too, or are those dlls all that are required?
    Last edited by Nucleus; Apr 11th, 2004 at 08:15 PM.

  2. #2
    Your Ad Here! Edneeis's Avatar
    Join Date
    Feb 2000
    Location
    Moreno Valley, CA (SoCal)
    Posts
    7,339
    They are installed into the application folder and yes MDAC will most likely be needed as well. By the file names I'd say you are using traditional ADODB instead of ADO.NET for your data access. If you reference any COM components, like ADODB, then it will make .NET wrappers of them and they will be required for your app to run.

  3. #3
    Sleep mode
    Join Date
    Aug 2002
    Location
    RUH
    Posts
    8,083
    If you're using ADO.NET , then I believe you don't need these dlls .
    For MDAC , you can have a condition that checks for presence of MDAC if not then it would install it from the package you included (if you did) .

  4. #4

    Thread Starter
    Registered User Nucleus's Avatar
    Join Date
    Apr 2001
    Location
    So that's what you are up to ;)
    Posts
    2,530
    ta guys

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width