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
Tim Borowsky
NA
7
4.8k
Help with updating SQL CE table on WinMo 6.5 with C#
Aug 9 2014 6:22 PM
Hello,
I'm trying to update a
SQL CE
table on a Windows Mobile 6.5 device using C#. It seems the following code looks correct, but I get a token error for against the strRoundInitials, stating that the token is invalid.
using (sqlCmd = new SqlCeCommand("UPDATE " + strDateTable + "SET [" + strRoundInitials +
"] = '" + txtDataEntry.Text +
"'WHERE [" + strRoundShift + "] = '" + strBarCode + "'", sqlConn))
{ sqlCmd.ExecuteNonQuery();}
Any suggestions?
Reply
Answers (
2
)
Count Total Days in the two days range in a year
SQL Server Function returns an error.