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!

Recent content by ajde12

  1. ajde12

    stored procedure doesnt work

    yes you have right now is ok thank you very much have nice day
  2. ajde12

    stored procedure doesnt work

    CustAccCardNum -type of field is varchar CustFinTrxnLoyalPoints-type of field is float
  3. ajde12

    stored procedure doesnt work

    Hi there, I have sp which is "god looking" but doesnt work ....any time when I put number for input i Have sum "null" CREATE PROCEDURE sp_pera @myInput varchar AS SELECT SUM(CustFinTrxnLoyalPoints) FROM CUSTOMERFINTRANSACTIONS Where CustAccCardNum = @myInput GO CustAccCardNum...
  4. ajde12

    Restoring problem

    OK,I think I lost everything but, maybe there are some solutins...so I have every day schedule backup(from 14:00)and today i need urgent to make restoring from tape which is old one year...beacuse I already start with this backup in 14:00,i decided to stop(cancel backup)and to continue with...
  5. ajde12

    UN-SUMMARIZE??????

    Thanx Reebo99,know is perfect... I didnt notice this regards Ivan
  6. ajde12

    UN-SUMMARIZE??????

    OK folks, I have from database data-(time) which are type(int)... like 95959(9:59:59)...so in CR v8.5 I convert this INT to the time: whileprintingrecords; numbervar THours ...

Part and Inventory Search

Back
Top