If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Database Server Software > MySQL > Stored Procedure issue

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 06-15-09, 15:59
vahidreza vahidreza is offline
Registered User
 
Join Date: Jun 2009
Posts: 9
Question Stored Procedure issue

i have a simple procedure :

Create Procedure test(writerName VarCHar(100))
BEGIN
select * from writers where w_name = writerName;
END

but when i use : call test('Allen');

i get this error :
illegal mix of collations (utf8_persian_ci,IMPLICIT) And (utf8_general_ci,IMPLICIT) for operation = .

the writers table have : utf8_persian_ci collation and utf8 Chracter Set !
Reply With Quote
  #2 (permalink)  
Old 06-19-09, 13:00
vahidreza vahidreza is offline
Registered User
 
Join Date: Jun 2009
Posts: 9
Hi,

no answer to my question means :

1. Using Stored Procedures in mysql is not familiar to developers and they cannot suggest solvable answers !

2. my question is too strange and no one have encountered ever !

please let me know what do you think about this issue !
Reply With Quote
  #3 (permalink)  
Old 07-26-11, 10:09
pasthana@netlink. pasthana@netlink. is offline
Registered User
 
Join Date: Jul 2011
Location: India
Posts: 13
is that issue is resolved.
if yes then,how have you done to resolve it.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On