Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. pdx1ajm

    Setup toolkit to distribute MSDE-based project

    I figured it out. There's a flaw in the example provided by Microsoft which is addressed in an MSDN problem Article. The msgwaitformultipleobjects() line needs to be adjusted to look like this (note the final parameter): ret = MsgWaitForMultipleObjects(1&, Proc.hProcess, 0&, INFINITE...
  2. pdx1ajm

    Setup toolkit to distribute MSDE-based project

    I am using the VB6 Setup Toolkit to write an install procedure to install MSDE and attach a database. I've got the MSDE launching, but then it hangs and after I've waited long enough to be convinced it's really stuck (I know MSDEx86 takes a good long while to install), the Task Manager shows...
  3. pdx1ajm

    Printer Error calling .dll from SQL Server

    Okay, you weren't so far off after all. It turns out that SQL Server logs in as the System Account by default, which typically does not have any printers assigned to it. In one case I assigned printers to the system account and in the other I changed SQL Server to log in to my user ID. Both...
  4. pdx1ajm

    Error calling VB .dll from SQL Trigger

    Answered my own question. It seems SQL Server, by default, logs in to the System account which, by default, has no printers assigned to it. Two options for repair - reset the SQL server service to log into some other account OR adjust the registry to assign the necessary printers to the System...
  5. pdx1ajm

    Printer Error calling .dll from SQL Server

    Unfortunately these do not seem to be the issue as I can switch directly from the SQL trigger call to a VB executable that does nothing but call this .dll and it will function properly. Furthermore, if I am running the .dll from Visual studio and call it from SQL Server it will function...
  6. pdx1ajm

    Printer Error calling .dll from SQL Server

    I've also posted this question in the SQL Server forum. I have a vb .dll that prints a label based on properties set by the calling program. I can call the .dll succesfully from a VB Executable, but when I call it from SQL Server (msde 1.0) I get a '482 Printer Error'. This happens whether I...
  7. pdx1ajm

    Error calling VB .dll from SQL Trigger

    This may be a VB question, but it only happens when called from sqlServer(MSDE) , so I'll post it in both places. Using the sp_aocreate and sp_oamethod objects I am succesfully calling an ActiveX .dll written in VB. Whenever I call it from sqlServer, though, I get an error returned ('482...

Part and Inventory Search

Back
Top