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 bkrike 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 zhupeng

  1. zhupeng

    Why will Stored Procedure isNull not work?

    Since you didn't set default value for these two output variables, so SQL Server use its default is Null. If set your each variable at beginning, then you should be OK. good luck! CREATE PROCEDURE sp_Inventory_Valuation @reportID smallint, @storenum tinyint, @InvValue int OUTPUT...
  2. zhupeng

    Grid Control Help

    Hi, I got this error before. the only way you can fix it is to find VBctrls.reg file in VB5/6 CD, for VS6 in disk 3. Just double click it, you are done.

Part and Inventory Search

Back
Top