TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Naeem Khan
976
802
799k
how to use Upper function in mysql using c#
Nov 24 2009 5:40 AM
hello every one, i have big problem in mysql . i want to use Uper function when i m selected name of country... this is my store Procedure where i have used the upper function.. plz check it and let me know where is the mistak.... //this is code of MySql DELIMITER $$ DROP PROCEDURE IF EXISTS `library`.`ps_country_show` $$ CREATE DEFINER=`root`@`%` PROCEDURE `ps_country_show`() BEGIN select country_id, UPPER(country_name) from tbl_country; END $$ // this is code of C# private void show_country() { try { DataSet ds = new DataSet(); ds = gBL.show_country(); cb_country.DataSource = ds.Tables[0]; cb_country.DisplayMember = "country_name"; cb_country.ValueMember = "country_id"; } catch (Exception ex) { } i dont know where is the mistake please help me its too urgent thanks in advance
Reply
Answers (
6
)
Reading from a text file
hex editor formatting