Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Joint in Filter

Status
Not open for further replies.

RootGrapefruit

Programmer
Mar 30, 2015
1
0
0
DE
Hi,
I want to make a Filter that Looks something like this:
dw_1.SetFilter("cunr IN (SELECT cunr FROM customers WHERE cuAttr = 'test')")
I always get an "Expression ist not valid" Exception.
What am I doing wrong?
Thanks
 
Filters are not sent to the database, they are applied by the datawindow engine after the data is retrieved.

Regards,

Matt

"Nature forges everything on the anvil of time"
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top