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!

Recent content by erika9star

  1. erika9star

    SQL Server Stored Procedure error

    Thank you! That worked perfectly.
  2. erika9star

    SQL Server Stored Procedure error

    I'm attempting to use the sp_password stored procedure witin MS SQL Server in a PowerBuilder app. DECLARE sp PROCEDURE FOR sp_password @old = :s_old, @new = :s_new, @loginame = :s_login using SQLCA; SQLCA.Autocommit = true EXECUTE sp ; SQLCA.Autocommit = false The...

Part and Inventory Search

Back
Top