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

C#

 
GeneralRe: user32.dll Pin
User 665820-Aug-05 1:06
User 665820-Aug-05 1:06 
GeneralRe: user32.dll Pin
gnjunge20-Aug-05 7:45
gnjunge20-Aug-05 7:45 
GeneralRe: user32.dll Pin
alex_kl21-Aug-05 5:21
alex_kl21-Aug-05 5:21 
GeneralClear DataGrid Pin
Member 220452219-Aug-05 22:27
Member 220452219-Aug-05 22:27 
GeneralRe: Clear DataGrid Pin
deep719-Aug-05 23:29
deep719-Aug-05 23:29 
GeneralString Comparison Operator in ADO.NET Pin
signbit19-Aug-05 19:33
signbit19-Aug-05 19:33 
GeneralRe: String Comparison Operator in ADO.NET Pin
Guffa19-Aug-05 23:24
Guffa19-Aug-05 23:24 
GeneralRe: String Comparison Operator in ADO.NET Pin
Anonymous20-Aug-05 6:47
Anonymous20-Aug-05 6:47 
Here's the code:
string strFilter = "(Child0 IS NULL OR Child0='$' OR Child0='Empty') AND (Child1 IS NULL OR Child1='$' OR Child1='Empty') AND (Child2 IS NULL OR Child2='$' OR Child2='Empty') AND Parent <> 'Empty'";

DataRow e_Rows = grammerTable.Select(strFilter);


Here's the exception that I get:

An unhandled exception has occured in your application, if you click 
Continue, the application will ignore this error and attempt to continue. If
 you click Quit, the application will be shut down immediately.


Syntax Error in the Lookup Expression: Expecting keyword 'Parent' followed by
 a single column argument with possible relation qualifier: 
Parent[(relation_name)].<column_name>.

[ Details ]                                           [ Continue ]    [ Quit ]


by the way, Is "Parent" a keyword?
GeneralRe: String Comparison Operator in ADO.NET Pin
signbit20-Aug-05 6:58
signbit20-Aug-05 6:58 
GeneralRe: String Comparison Operator in ADO.NET Pin
Rob Graham20-Aug-05 11:25
Rob Graham20-Aug-05 11:25 
GeneralRe: String Comparison Operator in ADO.NET Pin
signbit20-Aug-05 22:06
signbit20-Aug-05 22:06 
GeneralRe: String Comparison Operator in ADO.NET Pin
signbit20-Aug-05 6:52
signbit20-Aug-05 6:52 
GeneralTab control problem Pin
deep719-Aug-05 19:25
deep719-Aug-05 19:25 
GeneralRe: Tab control problem Pin
Christian Graus21-Aug-05 18:45
protectorChristian Graus21-Aug-05 18:45 
GeneralRe: Tab control problem Pin
deep721-Aug-05 19:57
deep721-Aug-05 19:57 
GeneralRe: Tab control problem Pin
deep722-Aug-05 23:01
deep722-Aug-05 23:01 
GeneralHelp Needed for TabletPc application Pin
deldeep19-Aug-05 19:23
deldeep19-Aug-05 19:23 
GeneralRe: Help Needed for TabletPc application Pin
leppie20-Aug-05 0:02
leppie20-Aug-05 0:02 
Generaltranslator design using c# Pin
saivenkat19-Aug-05 18:53
saivenkat19-Aug-05 18:53 
Generalhelp wit c++ codes pls Pin
neodeaths19-Aug-05 18:26
neodeaths19-Aug-05 18:26 
GeneralRe: help wit c++ codes pls Pin
leppie20-Aug-05 0:20
leppie20-Aug-05 0:20 
Generalmanaged code and unmanaged code Pin
amitmohanty19-Aug-05 16:34
amitmohanty19-Aug-05 16:34 
GeneralRe: managed code and unmanaged code Pin
Guffa19-Aug-05 22:11
Guffa19-Aug-05 22:11 
GeneralRe: managed code and unmanaged code Pin
amitmohanty21-Aug-05 6:12
amitmohanty21-Aug-05 6:12 
GeneralRe: managed code and unmanaged code Pin
Guffa23-Aug-05 21:33
Guffa23-Aug-05 21:33 

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.