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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

variables don't update in mysql 4.1

Status
Not open for further replies.

tektipdjango

IS-IT--Management
Jan 28, 2004
188
I've just installed mysql 4.1 on WinXP + easyPHP and I tried a few queries.
When I use variables, it looks like mysql don't update them

eg

Code:
set @carr='test';
  select codeArt,artDesc,@carr myVar
from articles where 1;
the myVar column is empty!


--------------------------------------------------
[highlight]Django[/highlight] [thumbsup]
bug exterminator
tips'n tricks addict
 
Strange! It certainly works on v.4.0.13. Looks like a bug report might be in order.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top