16,016,900 members
Sign in
Sign in
Email
Password
Forgot your password?
Sign in with
home
articles
Browse Topics
>
Latest Articles
Top Articles
Posting/Update Guidelines
Article Help Forum
Submit an article or tip
Import GitHub Project
Import your Blog
quick answers
Q&A
Ask a Question
View Unanswered Questions
View All Questions
View C# questions
View C++ questions
View Javascript questions
View Visual Basic questions
View .NET questions
discussions
forums
CodeProject.AI Server
All Message Boards...
Application Lifecycle
>
Running a Business
Sales / Marketing
Collaboration / Beta Testing
Work Issues
Design and Architecture
Artificial Intelligence
ASP.NET
JavaScript
Internet of Things
C / C++ / MFC
>
ATL / WTL / STL
Managed C++/CLI
C#
Free Tools
Objective-C and Swift
Database
Hardware & Devices
>
System Admin
Hosting and Servers
Java
Linux Programming
Python
.NET (Core and Framework)
Android
iOS
Mobile
WPF
Visual Basic
Web Development
Site Bugs / Suggestions
Spam and Abuse Watch
features
features
Competitions
News
The Insider Newsletter
The Daily Build Newsletter
Newsletter archive
Surveys
CodeProject Stuff
community
lounge
Who's Who
Most Valuable Professionals
The Lounge
The CodeProject Blog
Where I Am: Member Photos
The Insider News
The Weird & The Wonderful
help
?
What is 'CodeProject'?
General FAQ
Ask a Question
Bugs and Suggestions
Article Help Forum
About Us
Search within:
Articles
Quick Answers
Messages
Comments by Jitendra Ku. Sahoo (Top 10 by date)
Jitendra Ku. Sahoo
24-Apr-15 2:21am
View
You need to use proper encoding for this. Also use proper datatype like NVARCHAR in-place of VARCHAR datatype to store data.
Jitendra Ku. Sahoo
10-Mar-15 4:19am
View
Have a look here, column no does not match
WHILE @@Fetch_status = 0
BEGIN
INSERT INTO #Temptable
VALUES (
@Coursename
,@code
,@certificate
,@issueauth
,@issuedate
)
FETCH NEXT
FROM crselg
INTO @code
,@certificate
,@issueauth
,@issuedate
END
Jitendra Ku. Sahoo
16-Jan-15 0:32am
View
Can you please provide details code you are using?
Jitendra Ku. Sahoo
5-Jan-15 3:51am
View
You can have a look here http://msdn.microsoft.com/en-IN/library/ms181765.aspx
Jitendra Ku. Sahoo
28-Oct-14 8:08am
View
Can you give more details or paste your code here ?
Jitendra Ku. Sahoo
17-Oct-14 2:17am
View
No one can replay as your question is not clear :(
Jitendra Ku. Sahoo
25-Sep-14 7:02am
View
It is strange, there is no question related to this huge code :(
Jitendra Ku. Sahoo
16-Sep-14 5:04am
View
Completely agree, You need to understand complete requirement before design of database.
Jitendra Ku. Sahoo
25-Aug-14 1:44am
View
Many thanks Jörgen Andersson
Jitendra Ku. Sahoo
5-Jul-13 3:30am
View
Agree on you comment Adarsh.
Things have already modified.How can I track it now ?
Show More