Subject: data binding
Posted By: g2000 Post Date: 1/13/2006 2:36:15 PM
Is that possible to use the data source control if the sql itself is dynamic?

For instance, if the SQL may be

select * from table_1
or
select * from table_1 where criteria1 = myVar1
or
select * from table_1 where criteria2 = myVar2

the important thing is all myVar are generated at run-time not design time.


Go to topic 6501

Return to index page 396
Return to index page 395
Return to index page 394
Return to index page 393
Return to index page 392
Return to index page 391
Return to index page 390
Return to index page 389
Return to index page 388
Return to index page 387