Click here to Skip to main content
15,881,173 members
Home / Discussions / C#
   

C#

 
AnswerRe: Problem to connect to mysql via c#. Pin
stancrm9-Aug-09 23:55
stancrm9-Aug-09 23:55 
AnswerRe: Problem to connect to mysql via c#. Pin
senguptaamlan11-Aug-09 1:06
senguptaamlan11-Aug-09 1:06 
QuestionUsing 'Like' in DataTable select query Pin
kanchoette9-Aug-09 23:47
kanchoette9-Aug-09 23:47 
AnswerRe: Using 'Like' in DataTable select query Pin
Luc Pattyn9-Aug-09 23:55
sitebuilderLuc Pattyn9-Aug-09 23:55 
GeneralRe: Using 'Like' in DataTable select query Pin
kanchoette10-Aug-09 0:12
kanchoette10-Aug-09 0:12 
GeneralRe: Using 'Like' in DataTable select query Pin
rishimuni20-Jan-14 1:23
rishimuni20-Jan-14 1:23 
GeneralRe: Using 'Like' in DataTable select query Pin
Member 1372147419-Jun-18 1:19
Member 1372147419-Jun-18 1:19 
GeneralRe: Using 'Like' in DataTable select query Pin
Jochen Arndt19-Jun-18 3:06
professionalJochen Arndt19-Jun-18 3:06 
It is a bad idea to post a question to a more than four years old thread. Most users here will not even see it.

If you got an error message, add the full message text to your question. That helps others to help you.

However, your column name contains a space. Then you have to enclose it in brackets:
C#
Select("[FIRST NAME] LIKE '" + lastWord + "%'" );

AnswerRe: Using 'Like' in DataTable select query Pin
Pete O'Hanlon10-Aug-09 1:52
mvePete O'Hanlon10-Aug-09 1:52 
QuestionProblem while set the window state to maximixed of the form Pin
lnmca9-Aug-09 23:37
lnmca9-Aug-09 23:37 
AnswerRe: Problem while set the window state to maximixed of the form Pin
Luc Pattyn9-Aug-09 23:57
sitebuilderLuc Pattyn9-Aug-09 23:57 
QuestionimageList with treeView Pin
reilak9-Aug-09 22:37
reilak9-Aug-09 22:37 
AnswerRe: imageList with treeView Pin
OriginalGriff9-Aug-09 23:21
mveOriginalGriff9-Aug-09 23:21 
Questiondeployment of window application Pin
Milind Panchal9-Aug-09 22:32
Milind Panchal9-Aug-09 22:32 
AnswerRe: deployment of window application Pin
Vimalsoft(Pty) Ltd9-Aug-09 22:40
professionalVimalsoft(Pty) Ltd9-Aug-09 22:40 
GeneralRe: deployment of window application Pin
Milind Panchal9-Aug-09 22:48
Milind Panchal9-Aug-09 22:48 
GeneralRe: deployment of window application Pin
OriginalGriff9-Aug-09 23:24
mveOriginalGriff9-Aug-09 23:24 
GeneralRe: deployment of window application Pin
Vimalsoft(Pty) Ltd11-Aug-09 23:03
professionalVimalsoft(Pty) Ltd11-Aug-09 23:03 
QuestionC# Desktop Apps Pin
Marc Firth9-Aug-09 22:31
Marc Firth9-Aug-09 22:31 
AnswerRe: C# Desktop Apps Pin
Vimalsoft(Pty) Ltd9-Aug-09 22:42
professionalVimalsoft(Pty) Ltd9-Aug-09 22:42 
AnswerRe: C# Desktop Apps Pin
Pete O'Hanlon9-Aug-09 22:49
mvePete O'Hanlon9-Aug-09 22:49 
GeneralRe: C# Desktop Apps Pin
Marc Firth10-Aug-09 1:34
Marc Firth10-Aug-09 1:34 
GeneralRe: C# Desktop Apps Pin
Pete O'Hanlon10-Aug-09 1:36
mvePete O'Hanlon10-Aug-09 1:36 
GeneralRe: C# Desktop Apps Pin
Marc Firth10-Aug-09 1:47
Marc Firth10-Aug-09 1:47 
AnswerRe: C# Desktop Apps Pin
Nouman Bhatti9-Aug-09 23:16
Nouman Bhatti9-Aug-09 23:16 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.