[Help]Usp_user_buypointitems error sql

09/01/2013 16:12 AxelMac#1

I have this in usp_user_buypointitems you could give me the correct one because I get the error: SQL STATE: 22007, NATIVE ERROR: 242 (0xF2)

I've read a post but I did not understand so I wrote there but no answer I hoped that here you can post the complete query

Thanks
09/02/2013 10:21 castor4878#2
the initial post is the description of the same.

my detailled response explains how the issue was solved (with the @UseTime variable) but - due to a careless mistake - not used, the last SQL statement still uses @textDate, instead of the @UseTime variable.

Despite these details, you requested the full SQL proc. because ... apparently you are not able to replace one variable name by another. indeed this does not deserve an answer.
you have read the post ? actually ?!? so please re-read it, and read carefully the sentence above.
09/02/2013 18:51 AxelMac#3
Quote:
Originally Posted by castor4878 View Post
the initial post is the description of the same.

my detailled response explains how the issue was solved (with the @UseTime variable) but - due to a careless mistake - not used, the last SQL statement still uses @textDate, instead of the @UseTime variable.

Despite these details, you requested the full SQL proc. because ... apparently you are not able to replace one variable name by another. indeed this does not deserve an answer.
you have read the post ? actually ?!? so please re-read it, and read carefully the sentence above.

is complet?