Click here to Skip to main content
16,005,682 members
Home / Discussions / C#
   

C#

 
Generalg the thread Pin
Sasuko15-Feb-05 11:03
Sasuko15-Feb-05 11:03 
GeneralArray Of Constants Pin
DTWC_Lawrence15-Feb-05 10:38
DTWC_Lawrence15-Feb-05 10:38 
GeneralRe: Array Of Constants Pin
S. Senthil Kumar15-Feb-05 11:00
S. Senthil Kumar15-Feb-05 11:00 
GeneralRe: Array Of Constants Pin
DTWC_Lawrence15-Feb-05 11:13
DTWC_Lawrence15-Feb-05 11:13 
Questionproject-to-project references ??? Pin
Anonymous15-Feb-05 9:54
Anonymous15-Feb-05 9:54 
AnswerRe: project-to-project references ??? Pin
Christian Graus15-Feb-05 10:12
protectorChristian Graus15-Feb-05 10:12 
GeneralEnvDTE::DocumentEvents.DocumentOpend makes me suffer! Pin
JabraJabra15-Feb-05 6:16
JabraJabra15-Feb-05 6:16 
GeneralHelp with Selecting Data Inside a DataTable Pin
Peter Vertes15-Feb-05 5:55
Peter Vertes15-Feb-05 5:55 
Hi All,

Having some trouble selecting data out of a DataTable. Basically I have a column that contains names. Some names are prefixed with an asterisk (*) and some are not. I can't seem to come up with a query to be able to select either the prefixed names or the non-prefixed names. In SQL my queries look like this:

--without the prefix
select * from MyTable where Name not like '*%';

-- with the prefix
select * from MyTable where Name like '*%' ;

How can I achive this using the query syntax a DataTable accepts ? The asterisk (*) is a wildcard in the DataTable's query syntax language so MSDN suggests to escape it with a pair of brackets ([]) but I still can't get it to work. If someone could translate the above two SQL statements into the query syntax the DataTable's Select() method understands it would be much appreciated. Thanks in advance...
GeneralRe: Help with Selecting Data Inside a DataTable Pin
Rob Graham15-Feb-05 6:42
Rob Graham15-Feb-05 6:42 
GeneralRe: Help with Selecting Data Inside a DataTable Pin
Peter Vertes15-Feb-05 7:15
Peter Vertes15-Feb-05 7:15 
Generalhelp with CreateProcessWithLogonW Pin
drey115-Feb-05 5:16
drey115-Feb-05 5:16 
GeneralRe: help with CreateProcessWithLogonW Pin
Judah Gabriel Himango15-Feb-05 7:42
sponsorJudah Gabriel Himango15-Feb-05 7:42 
GeneralRe: help with CreateProcessWithLogonW Pin
drey115-Feb-05 7:55
drey115-Feb-05 7:55 
GeneralCrashing Code Pin
TyronX15-Feb-05 5:00
TyronX15-Feb-05 5:00 
GeneralRe: Crashing Code Pin
Judah Gabriel Himango15-Feb-05 7:48
sponsorJudah Gabriel Himango15-Feb-05 7:48 
GeneralRe: Crashing Code Pin
TyronX15-Feb-05 13:51
TyronX15-Feb-05 13:51 
GeneralPrintDialog doesnt show all printer Pin
Gavin Jeffrey15-Feb-05 4:52
Gavin Jeffrey15-Feb-05 4:52 
Generalcreate a treenode with 2 or three images Pin
chicolat15-Feb-05 4:37
susschicolat15-Feb-05 4:37 
GeneralCurrentCellChanged event !!!!!!!!!!!!!! Pin
innocent7315-Feb-05 3:53
innocent7315-Feb-05 3:53 
GeneralRe: CurrentCellChanged event !!!!!!!!!!!!!! Pin
Mr.Cooper15-Feb-05 4:01
Mr.Cooper15-Feb-05 4:01 
GeneralRe: CurrentCellChanged event !!!!!!!!!!!!!! Pin
innocent7315-Feb-05 4:14
innocent7315-Feb-05 4:14 
GeneralRe: CurrentCellChanged event !!!!!!!!!!!!!! Pin
Huseyin Altindag15-Feb-05 22:58
Huseyin Altindag15-Feb-05 22:58 
GeneralSSH Socket Programming Pin
Jason Weibel15-Feb-05 3:52
Jason Weibel15-Feb-05 3:52 
GeneralImage generation Pin
Esmo200015-Feb-05 3:49
Esmo200015-Feb-05 3:49 
GeneralUdpClient not receiving anything Pin
User 665815-Feb-05 3:42
User 665815-Feb-05 3:42 

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.