Results 1 to 4 of 4

Thread: sql dmo deployment

  1. #1

    Thread Starter
    Addicted Member
    Join Date
    Feb 2006
    Posts
    208

    sql dmo deployment

    hi there,

    i am developing a system using vb6 and sql 2005 as backend database, i used the SQLDMO.dll in the project, then i am using the installshield for my deployment, but i was wondering why does the SQLDMO is not running properly (results to app err, then exits the system) considering that the sqldmo.dll was properly installed in the target pc.

    pls help.. do i need to do other things aside from including the reference/dll in my installer.

    alexis

  2. #2
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: sql dmo deployment

    You need the proper MDAC also amongst other things...

  3. #3
    PowerPoster techgnome's Avatar
    Join Date
    May 2002
    Posts
    34,687

    Re: sql dmo deployment

    More than that.... sqldmo.dll is merely the entry point.... there's 5 or 6 other dlls that also need to be shipped to properly support sqldmo.

    fyi: sqldmo works just fine by itself, it does not require MDAC to be installed.... doesn't hurt mind you just that it's not required.

    -tg
    * I don't respond to private (PM) requests for help. It's not conducive to the general learning of others.*
    * I also don't respond to friend requests. Save a few bits and don't bother. I'll just end up rejecting anyways.*
    * How to get EFFECTIVE help: The Hitchhiker's Guide to Getting Help at VBF - Removing eels from your hovercraft *
    * How to Use Parameters * Create Disconnected ADO Recordset Clones * Set your VB6 ActiveX Compatibility * Get rid of those pesky VB Line Numbers * I swear I saved my data, where'd it run off to??? *

  4. #4
    Banned randem's Avatar
    Join Date
    Oct 2002
    Location
    Maui, Hawaii
    Posts
    11,385

    Re: sql dmo deployment

    Ahhhhh.... The old sortcut the installation trick.... Bad Ju-Ju!!!

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