MySQL Forums
Forum List  »  MySQL Query Browser

Re: Column can not be null
Posted by: Guy Shen
Date: January 12, 2010 03:07AM

Perhap then i didn't fully understand the usage of user variables.
I will tell you what i want to achieve and tell me if User variables are my solution.
I'm trying to write a stored function that will get the strings for "cutomer_name" and "customer_city" from outter function, let's say- an ASP applciation, and enter it to the customer table.
Using access, i did it exactly in this method.. INSERT ... VALUES @CN,@CS
but now this fails to work

Options: ReplyQuote


Subject
Written By
Posted
January 11, 2010 04:37PM
January 11, 2010 07:53PM
Re: Column can not be null
January 12, 2010 03:07AM
January 12, 2010 09:03AM
January 12, 2010 05:22PM
January 12, 2010 06:39PM
January 13, 2010 05:44PM
January 14, 2010 09:44AM
January 14, 2010 06:28PM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.