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!

How To Implement SQL Dynamic In DataManager

Status
Not open for further replies.

SPI33

Programmer
Oct 5, 2005
11
0
0
FR
User Need :
We wish to set the extraction of data from a table based on filter statements expressed by an administrator in a flat file.
Constraints :
The number of filter statements is not fixed. There is at least one filter statement.
The format of this flat file is fixed.
Flat file filter format : FilterName;FilterNumber;FilterStatement x
Examples :
Customer ID;1;Customer_ID>1000
Customer Country;2;Cust_Country=India

Question :
How to implement these Filter Statements in the DataSourceProperties Query

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top