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 TouchToneTommy 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: *

  • Users: jpastika
  • Content: Threads
  • Order by date
  1. jpastika

    xp_cmdshell error using SQL Server Authentication

    I am getting the following error when I try running a stored procedure that executes the xp_cmdshell extended stored procedure: "Msg 50001, Level 1, State 50001 xpsql.cpp: Error 997 from GetProxyAccount on line 472" I only get this error when I try executing the "parent&quot...
  2. jpastika

    Monitoring Transactions

    I would like to develop an application that will monitor the transactions going into my SQL Server Database. I want the application to look at every INSERT, UPDATE, and DELETE transaction that occurs, and based on defined rules, send notifications, set timers, update tables, etc. I don't want...
  3. jpastika

    Setting object property values

    I am trying to set the value of each property of an object. However, I do not want to have to hardcode the call to each property individually. I am trying to pass in a recordset of all of the property names and values. The object's property names match the recordset field names. I keep...
  4. jpastika

    DLLs and Database Connections

    I am new to Visual Basic and OOP, but not new to programming in general. I am starting to work on a Database application, and I need some advice on how to proceed in two main areas, DLLs and Database connections. Here are my two questions: 1) What are the advantages/disadvantages to using...
  5. jpastika

    Passing Arguments with Shell() command

    I am trying to create a pop-up alert system inside Access using the Shell() command to execute a .CMD file. What I want is to be able to execute the .CMD file and pass it the computer name of the person I want the pop-up message to go to. I would also like to be able to pass the actual text of...

Part and Inventory Search

Back
Top