Click here to Skip to main content
15,923,120 members
Home / Discussions / C#
   

C#

 
Generalsave/load an arraylist without serialization Pin
misterangus20-Aug-05 6:22
misterangus20-Aug-05 6:22 
GeneralRe: save/load an arraylist without serialization Pin
Daniel132421-Aug-05 6:16
Daniel132421-Aug-05 6:16 
GeneralRe: save/load an arraylist without serialization Pin
misterangus21-Aug-05 7:02
misterangus21-Aug-05 7:02 
GeneralC# and Excel Pin
Member 217694920-Aug-05 5:27
Member 217694920-Aug-05 5:27 
GeneralRe: C# and Excel Pin
wout de zeeuw20-Aug-05 7:26
wout de zeeuw20-Aug-05 7:26 
GeneralRe: C# and Excel Pin
seee sharp21-Aug-05 18:52
seee sharp21-Aug-05 18:52 
Generaluse the Console in a Windows Application Pin
Diego12320-Aug-05 1:33
Diego12320-Aug-05 1:33 
GeneralRe: use the Console in a Windows Application Pin
User 665820-Aug-05 1:36
User 665820-Aug-05 1:36 
GeneralRe: use the Console in a Windows Application Pin
Diego12320-Aug-05 2:10
Diego12320-Aug-05 2:10 
GeneralRe: use the Console in a Windows Application Pin
Guffa20-Aug-05 2:48
Guffa20-Aug-05 2:48 
GeneralRe: use the Console in a Windows Application Pin
Luis Alonso Ramos20-Aug-05 7:31
Luis Alonso Ramos20-Aug-05 7:31 
GeneralRedirecting in and output from a spawned console app Pin
Diep-Virezer20-Aug-05 1:21
Diep-Virezer20-Aug-05 1:21 
GeneralRe: Redirecting in and output from a spawned console app Pin
tadass20-Aug-05 4:53
tadass20-Aug-05 4:53 
GeneralRe: Redirecting in and output from a spawned console app Pin
Diep-Virezer20-Aug-05 5:00
Diep-Virezer20-Aug-05 5:00 
GeneralRe: Redirecting in and output from a spawned console app Pin
tadass20-Aug-05 5:57
tadass20-Aug-05 5:57 
GeneralRe: Redirecting in and output from a spawned console app Pin
Diep-Virezer20-Aug-05 6:48
Diep-Virezer20-Aug-05 6:48 
Generaluser32.dll Pin
alex_kl20-Aug-05 0:25
alex_kl20-Aug-05 0:25 
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?

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.